File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : ' Quality Monitor Comment '
1+ name : ' Quality Monitor » HEAD '
22
33on :
44 workflow_run :
5- workflows : ['Quality Monitor', 'Dependency Check']
5+ workflows : ['Quality Monitor » Build ', 'Dependency Check']
66 types : [completed]
77
88permissions :
2222 uses : actions/checkout@v6
2323 - name : Install jq and unzip
2424 run : sudo apt-get update && sudo apt-get install -y jq unzip
25- - name : Prepare environment
26- env :
27- HEAD_SHA : ${{ github.event.workflow_run.head_sha }}
28- REPO : ${{ github.repository }}
29- TOKEN : ${{ secrets.GITHUB_TOKEN }}
30- run : |
31- echo "HEAD_SHA=$HEAD_SHA"
32- echo "REPO=$REPO"
3325 - name : Fetch reports from dependency check and quality monitor workflows
3426 env :
3527 REPO : ${{ github.repository }}
Original file line number Diff line number Diff line change 1- name : Sync labels
1+ name : ' Sync Labels '
22on :
33 push :
44 branches :
1010
1111jobs :
1212 sync-labels :
13- name : Sync labels
13+ name : Sync Labels
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v4
1717 - uses : brpaz/action-label-syncer@0.2.0
1818 env :
1919 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments