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 e987db7 commit e6b7b87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ The format is based on [Keep a Changelog], and this project uses

## [Unreleased](https://github.com/python-boltons/cc-python/compare/2024.01.16-1...HEAD)

No notable changes have been made.
* Fixed github-labeler permission issues (see
[ghaction-github-labeler#184][http://github.com/crazy-max/ghaction-github-labeler/issues/184]).

## [2024.01.16-1](https://github.com/python-boltons/cc-python/compare/2024.01.16...2024.01.16-1)

Expand Down

0 comments on commit e6b7b87

Please sign in to comment.