Skip to content

Install workflow: Add Update Label Weekly #326

Install workflow: Add Update Label Weekly

Install workflow: Add Update Label Weekly #326

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