Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed May 24, 2024
1 parent 12372b8 commit 25a25a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

"Action 🚨":
- changed-files:
- any-glob-to-any-file: [.github/workflows/**]
Expand Down
11 changes: 4 additions & 7 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Pull Request Labeler

name: "Pull Request Labeler"
on:
- pull_request_target
- pull_request_target

jobs:
triage:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/labeler@v5

0 comments on commit 25a25a0

Please sign in to comment.