File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 echo "label=$(curl -fsSL https://this-is-nats.appscode.ninja/runs-on/${{ github.repository_owner }}?visibility=${{ github.repository_visibility }})" >> $GITHUB_OUTPUT
2626
2727 build :
28+ if : github.event.pull_request.merged == true
2829 name : Build
2930 needs : label-detector
3031 runs-on : " ${{ needs.label-detector.outputs.runs-on }}"
3334
3435 - name : Generate LGTM App token
3536 id : lgtm-app-token
36- if : |
37- github.event.action == 'closed' &&
38- github.event.pull_request.merged == true
3937 uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
4038 with :
4139 client-id : ${{ secrets.LGTM_APP_CLIENT_ID }}
4442 repositories : CHANGELOG
4543
4644 - name : Update release tracker
47- if : |
48- github.event.action == 'closed' &&
49- github.event.pull_request.merged == true
5045 env :
5146 GITHUB_USER : ${{ github.actor }}
5247 GITHUB_TOKEN : ${{ steps.lgtm-app-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments