Skip to content

[HOLD for Payment 2024-09-17] [$250] Multi tags - "Required" switch is enabled after disabling all subtags & reopening subtag list #67802

[HOLD for Payment 2024-09-17] [$250] Multi tags - "Required" switch is enabled after disabling all subtags & reopening subtag list

[HOLD for Payment 2024-09-17] [$250] Multi tags - "Required" switch is enabled after disabling all subtags & reopening subtag list #67802

name: ProposalPolice™ - Issue Comment Workflow
on:
issue_comment:
types: [created, edited]
jobs:
proposal-police-workflow:
runs-on: ubuntu-latest
if: "!contains(fromJSON('[\"OSBotify\", \"imgbot[bot]\", \"melvin-bot[bot]\"]'), github.actor)"
steps:
- uses: actions/checkout@v4
# Checks if the comment is created and follows the template OR
# if the comment is edited and if proposal template is followed.
# Action type logic can be found in the script files.
- name: Run ProposalPolice™ Comment Check Script
uses: ./.github/actions/javascript/proposalPoliceComment
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PROPOSAL_POLICE_API_KEY: ${{ secrets.PROPOSAL_POLICE_API_KEY }}
PROPOSAL_POLICE_ASSISTANT_ID: ${{ secrets.PROPOSAL_POLICE_ASSISTANT_ID }}