Spam PR #16 #123
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Automate PR Labeling and Commenting | |
on: [pull_request] | |
jobs: | |
label-and-comment: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Label and Comment PRs | |
uses: PraiseXI/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
max-changes-for-label: '2' # Optional, default is 2 | |
label-message: 'This PR has been flagged for spam' | |
# Optional, your custom message here |