Skip to content

Added Kevin Yu's profile to Civic Tech Job section of Projects Page #28

Added Kevin Yu's profile to Civic Tech Job section of Projects Page

Added Kevin Yu's profile to Civic Tech Job section of Projects Page #28

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