Skip to content

Commit

Permalink
Downgrade labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Nov 23, 2024
1 parent 9ed91ae commit 9c14aee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.1.0
uses: crazy-max/ghaction-github-labeler@v5.0.0
with:
skip-delete: true
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/.github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
issues: write
steps:
- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.1.0
uses: crazy-max/ghaction-github-labeler@v5.0.0
with:
skip-delete: true

0 comments on commit 9c14aee

Please sign in to comment.