We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3108e commit bda570eCopy full SHA for bda570e
.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@a337d4e7cc3c0997fbd00b465fc6732f74e375ee
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