Skip to content

Commit 20ea7f3

Browse files
authored
chore: update docs for add-issues-and-prs-to-fs-project-board.yml (#133)
Making clear that this file is manually copied now as a result of FilOzone/github-mgmt#15 See FilOzone/github-mgmt#10 for more info.
1 parent a085f5b commit 20ea7f3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/add-issues-and-prs-to-fs-project-board.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
######################################################################################
22
# READ THIS FIRST
3-
# This file is authored in FilOzone/github-mgmt repository and copied to other repos via automation.
4-
# If you need to make changes, either:
5-
# 1. Make the changes in FilOzone/github-mgmt repository OR
6-
# 2. Make the changes in the local repo and remove the automated copying from github-mgmt.
3+
# This file is authored in FilOzone/github-mgmt repository and MANUALLY copied to other repos.
4+
# See https://github.com/FilOzone/github-mgmt/blob/master/files/workflows/add-issues-and-prs-to-fs-project-board.yml for more info.
75
######################################################################################
86

97
# This action adds all issues and PRs to the FS project board.
@@ -29,4 +27,4 @@ jobs:
2927
- uses: actions/[email protected]
3028
with:
3129
project-url: https://github.com/orgs/FilOzone/projects/14
32-
github-token: ${{ secrets.FILOZZY_CI_ADD_TO_PROJECT }}
30+
github-token: ${{ secrets.FILOZZY_CI_ADD_TO_PROJECT }}

0 commit comments

Comments
 (0)