forked from dandi/dandi-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commented out workflow file that we don't need/want
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
name: Add issues to beta project | ||
# name: Add issues to beta project | ||
|
||
on: | ||
issues: | ||
types: | ||
- opened | ||
- transferred | ||
# on: | ||
# issues: | ||
# types: | ||
# - opened | ||
# - transferred | ||
|
||
jobs: | ||
add-to-project: | ||
name: Add issue to project | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
project-url: https://github.com/orgs/dandi/projects/16 | ||
github-token: ${{ secrets.AUTO_ADD_ISSUES }} | ||
# jobs: | ||
# add-to-project: | ||
# name: Add issue to project | ||
# runs-on: ubuntu-22.04 | ||
# steps: | ||
# - uses: actions/[email protected] | ||
# with: | ||
# project-url: https://github.com/orgs/dandi/projects/16 | ||
# github-token: ${{ secrets.AUTO_ADD_ISSUES }} |