File tree Expand file tree Collapse file tree 8 files changed +33
-33
lines changed Expand file tree Collapse file tree 8 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
3
# Keep npm dependencies up to date
4
- - package-ecosystem : " npm"
5
- directory : " / "
4
+ - package-ecosystem : ' npm'
5
+ directory : ' / '
6
6
schedule :
7
- interval : " weekly"
8
- day : " monday"
9
- time : " 08:00"
10
- timezone : " Etc/GMT"
11
- target-branch : " workflow/dependency-update"
7
+ interval : ' weekly'
8
+ day : ' monday'
9
+ time : ' 08:00'
10
+ timezone : ' Etc/GMT'
11
+ target-branch : ' workflow/dependency-update'
12
12
# Raise all npm pull requests with custom labels
13
13
labels :
14
- - " workflow"
14
+ - ' workflow'
15
15
milestone : 1
16
-
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
automate-project-columns :
9
- name : " Automate Project Columns"
9
+ name : ' Automate Project Columns'
10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
automate-project-columns :
9
- name : " Automate Project Columns"
9
+ name : ' Automate Project Columns'
10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
18
18
repo-token : ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
19
19
20
20
milestone-binder :
21
- name : " Milestone Binder"
21
+ name : ' Milestone Binder'
22
22
runs-on : ubuntu-latest
23
23
24
24
steps :
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
tagged-release :
10
- name : " Tagged Release"
11
- runs-on : " ubuntu-latest"
10
+ name : ' Tagged Release'
11
+ runs-on : ' ubuntu-latest'
12
12
13
13
steps :
14
14
- name : Generate Release From Tag
15
- uses : " marvinpinto/action-automatic-releases@latest"
15
+ uses : ' marvinpinto/action-automatic-releases@latest'
16
16
with :
17
- repo_token : " ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}"
17
+ repo_token : ' ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}'
18
18
prerelease : false
19
19
20
20
publish-npm :
21
- name : " Publish to NPM"
21
+ name : ' Publish to NPM'
22
22
runs-on : ubuntu-latest
23
23
24
24
steps :
46
46
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
47
47
48
48
publish-gpr :
49
- name : " Publish to GitHub"
49
+ name : ' Publish to GitHub'
50
50
runs-on : ubuntu-latest
51
51
52
52
steps :
Original file line number Diff line number Diff line change 5
5
paths-ignore :
6
6
- ' package.json'
7
7
branches :
8
- - " master"
8
+ - ' master'
9
9
10
10
jobs :
11
11
bump-version :
12
- name : " Update Version"
12
+ name : ' Update Version'
13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
30
30
token : ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
31
31
32
32
create-version-update-pr :
33
- name : " Create Version Update PR"
33
+ name : ' Create Version Update PR'
34
34
runs-on : ubuntu-latest
35
35
needs : bump-version
36
36
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
auto-merge :
12
- name : " Auto Merge"
12
+ name : ' Auto Merge'
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : automerge
16
- uses :
" pascalgn/[email protected] "
16
+ uses :
' pascalgn/[email protected] '
17
17
env :
18
- GITHUB_TOKEN : " ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}"
19
- MERGE_LABELS : " workflow"
20
- MERGE_COMMIT_MESSAGE : " Auto merge for PR with workflow label"
21
- MERGE_FORKS : " false"
22
- MERGE_RETRY_SLEEP : " 60000"
18
+ GITHUB_TOKEN : ' ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}'
19
+ MERGE_LABELS : ' workflow'
20
+ MERGE_COMMIT_MESSAGE : ' Auto merge for PR with workflow label'
21
+ MERGE_FORKS : ' false'
22
+ MERGE_RETRY_SLEEP : ' 60000'
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
reset-demo-from-develop :
12
- name : " Reset Demo From Develop"
12
+ name : ' Reset Demo From Develop'
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout Repo
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ name: PR Open Workflows
3
3
on :
4
4
pull_request :
5
5
types : [ opened ]
6
+ branches-ignore : workflow/dependency-update
6
7
7
8
jobs :
8
9
pr-labeler :
9
- name : " Add Label to PR"
10
+ name : ' Add Label to PR'
10
11
runs-on : ubuntu-latest
11
12
12
13
steps :
16
17
GITHUB_TOKEN : ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
17
18
18
19
automate-project-columns :
19
- name : " Automate Project Columns"
20
+ name : ' Automate Project Columns'
20
21
runs-on : ubuntu-latest
21
22
22
23
steps :
28
29
repo-token : ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
29
30
30
31
milestone-binder :
31
- name : " Milestone Binder"
32
+ name : ' Milestone Binder'
32
33
runs-on : ubuntu-latest
33
34
34
35
steps :
38
39
github-token : ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
39
40
40
41
continuous-integration :
41
- name : " Npm Continuous Integration"
42
+ name : ' Npm Continuous Integration'
42
43
runs-on : ubuntu-latest
43
44
44
45
steps :
You can’t perform that action at this time.
0 commit comments