Skip to content

Commit

Permalink
config: workflow labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel committed Oct 21, 2023
1 parent ecc42e1 commit 06ebd6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
pull-requests: write

steps:
- name: Checkout repository
Expand All @@ -31,4 +32,4 @@ jobs:
- name: Add label
uses: actions/labeler@v4
bug:
- '**'
- '**'

0 comments on commit 06ebd6f

Please sign in to comment.