File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ # The docs.github.com project has two repositories: github/docs (public) and github/docs-internal (private)
2
+ #
3
+ # This GitHub Actions workflow keeps the main branch of those two repos in sync.
4
+ #
5
+ # For more details, see https://github.com/repo-sync/repo-sync#how-it-works
6
+
1
7
name : Repo Sync
2
8
3
9
on :
Original file line number Diff line number Diff line change 33
33
return 'false'
34
34
}
35
35
- name : Label issues with new comments with 'triage'
36
- uses : andymckay/labeler@v1 .0.2
36
+ uses : andymckay/labeler@1 .0.2
37
37
if : (steps.is-internal-contributor.outputs.result == 'false')
38
38
with :
39
39
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Label new issues with 'triage'
13
- uses : andymckay/labeler@v1 .0.2
13
+ uses : andymckay/labeler@1 .0.2
14
14
with :
15
15
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
16
16
add-labels : " triage"
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Label new pull requests with 'triage'
13
- uses : andymckay/labeler@v1 .0.2
13
+ uses : andymckay/labeler@1 .0.2
14
14
with :
15
15
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
16
16
add-labels : " triage"
You can’t perform that action at this time.
0 commit comments