Skip to content

Commit

Permalink
added issue workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramn committed Nov 7, 2023
1 parent feb3ca2 commit 574cac2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
on:
label:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "something happened with labels"

---
on:
issues:
types:
- opened
- labeled
page_build: ~

jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "something happened with issue labels and page build"

0 comments on commit 574cac2

Please sign in to comment.