Skip to content

Commit

Permalink
Build auto add issues (#10)
Browse files Browse the repository at this point in the history
* build: auto add issues to project board

* build: updates actions
  • Loading branch information
jtyoung84 authored Jan 24, 2025
1 parent dcd7c4c commit 2e4ce53
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/add_issue_to_project_board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Auto add issues to project board
on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/AllenNeuralDynamics/projects/9
github-token: ${{ secrets.SERVICE_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/tag_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: "main"
fetch-depth: 0
Expand All @@ -31,7 +31,7 @@ jobs:
SINGULARITY_VERSION: '3.7.0'
needs: tag
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Pull latest changes
run: git pull origin main
- name: Install dependencies
Expand Down

0 comments on commit 2e4ce53

Please sign in to comment.