Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions files/workflows/add-issues-and-prs-to-fs-project-board.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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 }}
github-token: ${{ secrets.FILOZZY_CI_ADD_TO_PROJECT }}
9 changes: 0 additions & 9 deletions github/FilOzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down