Skip to content

Commit

Permalink
OPS: Update workflow from octue/.github skipci
Browse files Browse the repository at this point in the history
  • Loading branch information
thclark committed Nov 30, 2021
1 parent c9d7f75 commit 0917bc1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/synced-add-issues-to-octue-board.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# WARNING: This file is synced from the octue/.github repository.
# Do not edit this file in any repo other than octue/.github, or your changes will be overwritten

name: synced-add-issues-to-octue-board

on:
issues:
types: [opened, reopened]

jobs:
add-issues-to-octue-board:
runs-on: ubuntu-latest
steps:
- name: Add to Board
uses: monry/actions-add-issue-to-project@v1
with:
# Personal Access Token with `repo`, `org:read` and `org:write` granted
github-token: ${{ secrets.PROJECT_AUTOMATION_GITHUB_TOKEN }}
project-owner: "octue"
project-number: 22
issue-id: ${{ github.event.issue.node_id }}

0 comments on commit 0917bc1

Please sign in to comment.