Skip to content

Commit

Permalink
OPS: Add projects workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Mar 19, 2024
1 parent 7a5d8b0 commit 6ebcada
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/add-issues-to-octue-board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: add-issues-to-octue-board

on:
issues:
types: [opened, reopened, transferred]

jobs:
add-issues-to-octue-board:
runs-on: ubuntu-latest
steps:
- name: Add to Board
uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/octue/projects/22
github-token: ${{ secrets.OCTUE_PROJECT_ISSUES_TOKEN }}

0 comments on commit 6ebcada

Please sign in to comment.