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 c1f7169 commit 581d56fCopy full SHA for 581d56f
2 files changed
.github/workflows/pr-labeler.yml
@@ -0,0 +1,15 @@
1
+name: PR Labeler
2
+
3
+on:
4
+ pull_request_target:
5
+ types: [opened]
6
7
+permissions:
8
+ contents: read
9
+ # write permission is not required as FOSSIFYBOT_TOKEN is used
10
11
+jobs:
12
+ call-pr-labeler-workflow:
13
+ uses: FossifyOrg/.github/.github/workflows/pr-labeler.yml@main
14
+ secrets:
15
+ FOSSIFYBOT_TOKEN: ${{ secrets.FOSSIFYBOT_TOKEN }}
.github/workflows/release-commenter.yml
@@ -0,0 +1,17 @@
+name: Release Commenter
+ release:
+ types: [published]
+ issues: read
+ pull-requests: read
+ call-release-commenter:
+ uses: FossifyOrg/.github/.github/workflows/release-commenter.yml@main
16
17
0 commit comments