Skip to content

Commit

Permalink
Enforce PR labels workflow: Try using a different token (#52979)
Browse files Browse the repository at this point in the history
  • Loading branch information
priethor authored Jul 26, 2023
1 parent 01adad7 commit fdfffbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
labels: "[Type] Accessibility (a11y), [Type] Automated Testing, [Type] Breaking Change, [Type] Bug, [Type] Build Tooling, [Type] Code Quality, [Type] Copy, [Type] Developer Documentation, [Type] Enhancement, [Type] Experimental, [Type] Feature, [Type] New API, [Type] Task, [Type] Performance, [Type] Project Management, [Type] Security, [Type] WP Core Ticket"
add_comment: true
message: "## ⚠️ Type of PR label error\n To merge this PR, it requires {{ errorString }} {{ count }} label indicating the type of PR. Other labels are optional and not being checked here. \n- **Type-related labels to choose from**: {{ provided }}.\n- **Labels found**: {{ applied }}."
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GUTENBERG_TOKEN }}
exit_type: success

0 comments on commit fdfffbc

Please sign in to comment.