Skip to content

Commit

Permalink
OPS: Action to add issues to board
Browse files Browse the repository at this point in the history
  • Loading branch information
thclark committed Jul 5, 2023
1 parent 4cd5f82 commit 5574034
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# 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-board
name: add-issues-to-board

on:
issues:
types: [opened, reopened]

jobs:
add-issues-to-octue-board:
add-issues-to-board:
runs-on: ubuntu-latest
steps:
- name: Add to Board
Expand Down

0 comments on commit 5574034

Please sign in to comment.