Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Action Add issues to beta project #31

Closed
Closed
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
30 changes: 15 additions & 15 deletions .github/workflows/auto-add-issues.yml
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 }}
Loading