Skip to content

Realistic PR #9 with approximately 5 line changes #116

Realistic PR #9 with approximately 5 line changes

Realistic PR #9 with approximately 5 line changes #116

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