diff --git a/files/workflows/add-issues-and-prs-to-fs-project-board.yml b/files/workflows/add-issues-and-prs-to-fs-project-board.yml index 2a611fd..f641c37 100644 --- a/files/workflows/add-issues-and-prs-to-fs-project-board.yml +++ b/files/workflows/add-issues-and-prs-to-fs-project-board.yml @@ -1,9 +1,9 @@ ###################################################################################### # READ THIS FIRST -# This file is authored in FilOzone/github-mgmt repository and copied to other repos via automation. -# If you need to make changes, either: -# 1. Make the changes in FilOzone/github-mgmt repository OR -# 2. Make the changes in the local repo and remove the automated copying from github-mgmt. +# This file is authored in FilOzone/github-mgmt repository and MANUALLY copied to other repos. +# At least as of 2025-07-16, changes to this file will not be automatically propagated. +# This is discussed more in https://github.com/FilOzone/github-mgmt/issues/10. +# This file resides in FilOzone/github-mgmt for visibility. ###################################################################################### # This action adds all issues and PRs to the FS project board. @@ -29,4 +29,4 @@ jobs: - uses: actions/add-to-project@v1.0.2 with: project-url: https://github.com/orgs/FilOzone/projects/14 - github-token: ${{ secrets.FILOZZY_CI_ADD_TO_PROJECT }} \ No newline at end of file + github-token: ${{ secrets.FILOZZY_CI_ADD_TO_PROJECT }} diff --git a/github/FilOzone.yml b/github/FilOzone.yml index a55ccac..7369d43 100644 --- a/github/FilOzone.yml +++ b/github/FilOzone.yml @@ -165,9 +165,6 @@ repositories: - lordshashank - rvagg - silent-cipher - files: - .github/workflows/add-issues-and-prs-to-fs-project-board.yml: - content: workflows/add-issues-and-prs-to-fs-project-board.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -385,9 +382,6 @@ repositories: - LexLuthr - nijoe1 - rvagg - files: - .github/workflows/add-issues-and-prs-to-fs-project-board.yml: - content: workflows/add-issues-and-prs-to-fs-project-board.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE @@ -461,9 +455,6 @@ repositories: - silent-cipher - timfong888 - TippyFlitsUK - files: - .github/workflows/add-issues-and-prs-to-fs-project-board.yml: - content: workflows/add-issues-and-prs-to-fs-project-board.yml has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE