Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/auto-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
permissions:
contents: read # Required by reusable workflow
pull-requests: write # Apply labels to PRs
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@c444c51302c29dd18b5b904565195b0475a25ad0
issues: write # Auto-create labels missing from the repository
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@4bf2f3062f44f0f2461de7c937d7695cf51549a0
with:
config-name: release-drafter.yml
secrets:
Expand Down