Skip to content

Commit

Permalink
Fix github labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
bbugyi200 committed Jan 16, 2024
1 parent a15de99 commit 5cf51be
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
name: Labeler

on: # yamllint disable-line rule:truthy
"on":
push:
branches:
- master

permissions:
# Issues and related comments, assignees, labels, and milestones.
issues: write

jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.3
uses: actions/checkout@v3

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.1
uses: crazy-max/ghaction-github-labeler@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
skip-delete: false

0 comments on commit 5cf51be

Please sign in to comment.