Skip to content

Update Project Profile: 311 Data Add Joy Truex #36

Update Project Profile: 311 Data Add Joy Truex

Update Project Profile: 311 Data Add Joy Truex #36

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});