Lines Matching +full:repo +full:- +full:token
6 - "Check code formatting"
7 - "Check for private emails used in PRs"
8 - "PR Request Release Note"
10 - completed
16 pr-comment:
17 runs-on: ubuntu-latest
19 pull-requests: write
27 - name: Fetch Sources
30 sparse-checkout: |
31 .github/workflows/unprivileged-download-artifact/action.yml
32 sparse-checkout-cone-mode: false
33 - name: 'Download artifact'
34 uses: ./.github/workflows/unprivileged-download-artifact
35 id: download-artifact
37 run-id: ${{ github.event.workflow_run.id }}
38 artifact-name: workflow-args
40 - name: 'Comment on PR'
41 if: steps.download-artifact.outputs.artifact-id != ''
42 uses: actions/github-script@v3
44 github-token: ${{ secrets.GITHUB_TOKEN }}
53 owner: context.repo.owner,
54 repo: context.repo.repo,
111 if (pr.baseRepository.owner.login = context.repo.owner && pr.number > pr_number) {
123 // the github-actions bot, so a malicious input won't overwrite
126 owner: context.repo.owner,
127 repo: context.repo.repo,
131 if (old_comment.data.user.login != "github-actions[bot]") {
136 owner: context.repo.owner,
137 repo: context.repo.repo,
145 owner: context.repo.owner,
146 repo: context.repo.repo,
153 - name: Dump comments file
154 if: >-
156 steps.download-artifact.outputs.artifact-id != ''