Skip to content

Commit 2aed83b

Browse files
authored
Update add-issues-and-prs-to-fs-project-board.yml
1 parent fe7c1a5 commit 2aed83b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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+
# At least as of 2025-07-16, changes to this file will not be automatically propagated.
5+
# This is discussed more in https://github.com/FilOzone/github-mgmt/issues/10.
6+
# This file resides in FilOzone/github-mgmt for visibility.
77
######################################################################################
88

99
# This action adds all issues and PRs to the FS project board.
@@ -29,4 +29,4 @@ jobs:
2929
- uses: actions/add-to-project@v1.0.2
3030
with:
3131
project-url: https://github.com/orgs/FilOzone/projects/14
32-
github-token: ${{ secrets.FILOZZY_CI_ADD_TO_PROJECT }}
32+
github-token: ${{ secrets.FILOZZY_CI_ADD_TO_PROJECT }}

0 commit comments

Comments
 (0)