Skip to content

Commit

Permalink
[chore] update tidy action (#22716)
Browse files Browse the repository at this point in the history
This needs to point to a different name for the fork of the repo for now.

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten committed May 24, 2023
1 parent 8f394d4 commit 35739c4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tidy-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
name: "Project: Tidy"
on:
pull_request_target:
types: [labeled]
types: [opened, ready_for_review, synchronize, reopened, labeled, unlabeled]
branches:
- main

jobs:
setup-environment:
timeout-minutes: 30
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'dependencies' }}
if: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') }}
steps:
- uses: actions/checkout@v3
with:
repository: "renovate-bot/open-telemetry-_-opentelemetry-collector-contrib"
# currently the fork of this repo is from a personal fork
# because of an issue when creating multiple forks using forking renovate
#
# see https://github.com/renovatebot/renovate/discussions/21057
repository: "renovate-bot/codeboten-_-opentelemetry-collector-contrib"
ref: ${{ github.head_ref }}
token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
- uses: actions/setup-go@v4
Expand Down

0 comments on commit 35739c4

Please sign in to comment.