Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
######################################################################################
# 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.
# See https://github.com/FilOzone/github-mgmt/blob/master/files/workflows/add-issues-and-prs-to-fs-project-board.yml for more info.
######################################################################################

# This action adds all issues and PRs to the FS project board.
Expand All @@ -29,4 +27,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 }}
Loading