Skip to content

Commit

Permalink
Use shared workflow action on issues (#12382)
Browse files Browse the repository at this point in the history
* Use shared workflow action on issues

* Rename to token

* Also on unlabeled
  • Loading branch information
bleonard authored May 1, 2022
1 parent 2476a79 commit 4ee1fa6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/shared-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Shared Issues"
on:
issues:
types: [opened, labeled, unlabeled]

jobs:
shared-issues:
runs-on: ubuntu-latest
steps:
- uses: airbytehq/workflow-actions@production
with:
token: "${{ secrets.OCTAVIA_PAT }}"
command: "issue"

0 comments on commit 4ee1fa6

Please sign in to comment.