This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- pull_request :
7+ pull_request_target :
8+ branches :
9+ - rustielin/ci-for-ai-chatbot # canary for the PR that introduces pull_request_target
810
911jobs :
12+ permission-check :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - name : Check repository permission for user which triggered workflow
16+ uses : sushichop/action-repository-permission@13d208f5ae7a6a3fc0e5a7c2502c214983f0241c
17+ with :
18+ required-permission : write
19+ comment-not-permitted : Sorry, you don't have permission to trigger this workflow.
20+
1021 lint :
1122 runs-on : ubuntu-latest
23+ needs : permission-check # This is required to ensure we have permission to build against the GCP Artifact Registry
1224
1325 steps :
1426 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments