Skip to content

Commit

Permalink
Merge pull request #11 from caffeine-addictt/fix/failing-labeller
Browse files Browse the repository at this point in the history
doc: Add instructions if missing permissions
  • Loading branch information
caffeine-addictt authored Mar 14, 2024
2 parents 05c74c5 + c96d679 commit 0e87721
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Labeler

on: [pull_request]

# This workflow will require write permissions on pull requests
# 1. Repository Settings -> Actions -> General -> Workflow permissions
# Check "Read and write permissions"

jobs:
labeler:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0e87721

Please sign in to comment.