Skip to content

Commit

Permalink
Last chance to fix it then moving on
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkdog committed Dec 29, 2023
1 parent 7c7f230 commit ba6c740
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: PR Labeler

# on:
# push:
# branches:
# - master
# pull_request_target:
on:
push:
branches:
- master
pull_request_target:

permissions:
pull-requests: write
- pull_request_target

jobs:
Label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Check for conflicting PRs
Expand Down

0 comments on commit ba6c740

Please sign in to comment.