Skip to content

Commit

Permalink
Commented out workflow file that we don't need/want
Browse files Browse the repository at this point in the history
  • Loading branch information
NEStock committed Mar 4, 2025
1 parent f3b8d13 commit 4461f68
Showing 1 changed file with 15 additions and 15 deletions.
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 }}

0 comments on commit 4461f68

Please sign in to comment.