Skip to content

Commit

Permalink
labler
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Dec 28, 2023
1 parent 79ad698 commit b3794d9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit b3794d9

Please sign in to comment.