Skip to content

[OTHER] use the logical AND operator to display the message when the user chooses to show a bad word #817

[OTHER] use the logical AND operator to display the message when the user chooses to show a bad word

[OTHER] use the logical AND operator to display the message when the user chooses to show a bad word #817

name: Lock Issue and Assign Labels
on:
issues:
types: labeled
permissions:
issues: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v3
with:
process-only: issues
config-path: .github/config/lock_unlock_issue.yml
github-token: ${{ secrets.GITHUB_TOKEN }}