Updated titles in GitHub Actions
Craig Loewen committed
Sep 26, 2023 at 17:28 UTC
d9e8b56c67e4c7e7811e63e44fa5235ebb6b5343
1 file changed
+2
-2
.github/workflows/gh-sync.yml
+2
-2
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build:
10
- name: Run gh-sync from GitHub action
10
+ name: GH-Sync tracked issue
11
if: ${{ github.event.label.name == 'tracking' || contains(github.event.issue.labels.*.name, 'tracking') }} # Filters out issues/events without the 'tracking' label
12
runs-on: ubuntu-latest
13
steps:
@@ -23,7 +23,7 @@ jobs:
23
github-token: ${{ secrets.GITHUB_TOKEN }} # Auto-generated from GitHub action
24
25
network-sync:
26
- name: Run gh-sync from GitHub action
26
+ name: GH-Sync networking issue
27
if: ${{ github.event.label.name == 'network' || contains(github.event.issue.labels.*.name, 'network') }} # Filters out issues/events without the 'tracking' label
28
runs-on: ubuntu-latest
29
steps: