Skip to content

Scope bank account Share eligibility to the account's own workspace #978470

Scope bank account Share eligibility to the account's own workspace

Scope bank account Share eligibility to the account's own workspace #978470

name: ProposalPolice™ - Issue Comment Workflow
on:
issue_comment:
types: [created, edited]
jobs:
proposal-police-workflow:
runs-on: blacksmith-4vcpu-ubuntu-2404
if: "!contains(fromJSON('[\"OSBotify\", \"imgbot[bot]\", \"melvin-bot[bot]\", \"codecov[bot]\"]'), github.actor)"
steps:
- uses: useblacksmith/checkout@c9796daa2a4bdebdab5bd16be2c09a70cd4e1121 # v1
# 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 }}