Skip to content

Fix capitalization of "Slack" in pre-work-template---design.md issue template #5

Fix capitalization of "Slack" in pre-work-template---design.md issue template

Fix capitalization of "Slack" in pre-work-template---design.md issue template #5

Workflow file for this run

name: Pull Request Verification
on:
pull_request_target:
types: [opened]
jobs:
Check-Team-Membership:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.HACKFORLA_ADMIN_TOKEN }}
script: |
const verifyPR = require('./github-actions/trigger-pr-target/verify-pr.js');
verifyPR({github, context});