Skip to content

Commit 318e08d

Browse files
authored
Merge pull request #169 from linearis-oss/chore/linearis-bot-workflow-migration-spec
chore(ci): migrate release workflow labels to linearis-bot app naming
2 parents 7e744cd + 35f94c6 commit 318e08d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ jobs:
7575
ref: ${{ steps.target.outputs.branch }}
7676
persist-credentials: false
7777

78-
- name: Create GitHub App token
78+
- name: Create linearis-bot app token
7979
id: app-token
8080
uses: actions/create-github-app-token@v2
8181
with:
8282
app-id: ${{ secrets.RELEASE_APP_ID }}
8383
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
8484

85-
- name: Resolve GitHub App bot identity
85+
- name: Resolve linearis-bot app bot identity
8686
id: app-bot
8787
shell: bash
8888
env:
@@ -94,7 +94,7 @@ jobs:
9494
echo "name=${slug}[bot]" >> "$GITHUB_OUTPUT"
9595
echo "email=${id}+${slug}[bot]@users.noreply.github.com" >> "$GITHUB_OUTPUT"
9696
97-
- name: Configure git identity
97+
- name: Configure git identity (linearis-bot app)
9898
shell: bash
9999
run: |
100100
set -euo pipefail

.github/workflows/sync-main-release-back-to-next.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
fetch-depth: 0
2525
persist-credentials: false
2626

27-
- name: Create GitHub App token
27+
- name: Create linearis-bot app token
2828
id: app-token
2929
uses: actions/create-github-app-token@v2
3030
with:
3131
app-id: ${{ secrets.RELEASE_APP_ID }}
3232
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
3333

34-
- name: Resolve GitHub App bot identity
34+
- name: Resolve linearis-bot app bot identity
3535
id: app-bot
3636
shell: bash
3737
env:
@@ -43,7 +43,7 @@ jobs:
4343
echo "name=${slug}[bot]" >> "$GITHUB_OUTPUT"
4444
echo "email=${id}+${slug}[bot]@users.noreply.github.com" >> "$GITHUB_OUTPUT"
4545
46-
- name: Configure git
46+
- name: Configure git (linearis-bot app identity)
4747
env:
4848
GH_APP_TOKEN: ${{ steps.app-token.outputs.token }}
4949
run: |

0 commit comments

Comments
 (0)