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 3d40766 commit 66e89fbCopy full SHA for 66e89fb
1 file changed
.github/workflows/issue-score.yml
@@ -0,0 +1,10 @@
1
+name: Issue Score
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - field_added
7
8
+jobs:
9
+ update-score:
10
+ uses: defold/github-actions-common/.github/workflows/issue-score.yml@master
0 commit comments