Skip to content

Commit 3af7a6b

Browse files
committed
Rename quality monitor workflow names
1 parent fda6e78 commit 3af7a6b

2 files changed

Lines changed: 5 additions & 13 deletions

File tree

.github/workflows/quality-monitor-comment.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: 'Quality Monitor Comment'
1+
name: 'Quality Monitor » HEAD'
22

33
on:
44
workflow_run:
5-
workflows: ['Quality Monitor', 'Dependency Check']
5+
workflows: ['Quality Monitor » Build', 'Dependency Check']
66
types: [completed]
77

88
permissions:
@@ -22,14 +22,6 @@ jobs:
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 }}

.github/workflows/sync-labels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sync labels
1+
name: 'Sync Labels'
22
on:
33
push:
44
branches:
@@ -10,10 +10,10 @@ on:
1010

1111
jobs:
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 }}

0 commit comments

Comments
 (0)