Skip to content

Commit

Permalink
Merge pull request #6765 from TheThingsNetwork/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/labeler-5

dev: bump actions/labeler from 4 to 5
  • Loading branch information
adriansmares authored Dec 12, 2023
2 parents fe47976 + 1883662 commit 064cb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.actor, 'dependabot') }}
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 064cb33

Please sign in to comment.