Skip to content

Commit 6e5288b

Browse files
author
Kathy Korevec
authored
Merge branch 'main' into onboarding
2 parents f43052b + 9541dd0 commit 6e5288b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/repo-sync.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
name: Repo Sync
28

39
on:

.github/workflows/triage-issue-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
return 'false'
3434
}
3535
- name: Label issues with new comments with 'triage'
36-
uses: andymckay/labeler@v1.0.2
36+
uses: andymckay/labeler@1.0.2
3737
if: (steps.is-internal-contributor.outputs.result == 'false')
3838
with:
3939
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/triage-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Label new issues with 'triage'
13-
uses: andymckay/labeler@v1.0.2
13+
uses: andymckay/labeler@1.0.2
1414
with:
1515
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1616
add-labels: "triage"

.github/workflows/triage-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Label new pull requests with 'triage'
13-
uses: andymckay/labeler@v1.0.2
13+
uses: andymckay/labeler@1.0.2
1414
with:
1515
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1616
add-labels: "triage"

0 commit comments

Comments
 (0)