You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/auto-create-pr-cd-component.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# This workflow auto-creates PRs for docs that have been updated in my "cd-collection" repository.
2
-
name: ✨ Auto-create PR - cd-collection docs
1
+
# This workflow auto-creates PRs for docs that have been updated in my "music-collection" repository.
2
+
name: ✨ Auto-create PR - music-collection docs
3
3
4
4
on:
5
5
push:
6
6
branches:
7
-
- cd-collection/**
7
+
- music-collection/**
8
8
9
9
jobs:
10
10
create-pull-request:
@@ -16,13 +16,13 @@ jobs:
16
16
script: |
17
17
const { repo, owner } = context.repo;
18
18
const result = await github.rest.pulls.create({
19
-
title: 'AUTO: Docs sync - `cd-collection`',
19
+
title: 'AUTO: Docs sync - `music-collection`',
20
20
owner,
21
21
repo,
22
22
head: '${{ github.ref_name }}',
23
23
base: 'main',
24
24
body: [
25
-
'This is an automated pull request (PR) to sync changes to docs in the [josh-wong/cd-collection](https://github.com/josh-wong/cd-collection) repo to this repo.',
25
+
'This is an automated pull request (PR) to sync changes to docs in the [josh-wong/music-collection](https://github.com/josh-wong/music-collection) repo to this repo.',
0 commit comments