We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3108e commit 1c27ac3Copy full SHA for 1c27ac3
.github/workflows/call-manage-issue-header.yml
@@ -0,0 +1,17 @@
1
+name: Manage issue header
2
+
3
+on:
4
+ issues:
5
+ types: [opened, labeled, unlabeled]
6
7
+jobs:
8
+ test:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - run: echo "Issue event triggered"
12
+ call-workflow:
13
+ name: Call shared workflow
14
+ uses: MisRob/.github/.github/workflows/manage-issue-header.yml@d27caa4fe0dc419938905984c09272aa0dfcfc0d
15
+ secrets:
16
+ LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }}
17
+ LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }}
.github/workflows/manage_issue_header.yml
0 commit comments