Skip to content

Commit

Permalink
2024-06-20 13:40 - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 20, 2024
1 parent 44fc7e3 commit 4f6ee6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/label-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
label-pullrequest:
if: (github.event_name != 'pull_request' && ! github.event.pull_request.head.repo.fork) || (github.event_name == 'pull_request' && (github.event.pull_request.head.repo.fork || startsWith(github.head_ref, 'dependabot/')))
permissions:
contents: read
pull-requests: write
Expand Down

0 comments on commit 4f6ee6b

Please sign in to comment.