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 5996a0c commit 02220dcCopy full SHA for 02220dc
1 file changed
.github/workflows/genai-issue-labeller.yml
@@ -10,15 +10,11 @@ concurrency:
10
group: ${{ github.workflow }}-${{ github.event.issue.number }}
11
cancel-in-progress: true
12
jobs:
13
- blink:
+ add-reaction:
14
runs-on: ubuntu-latest
15
steps:
16
- - name: React with blink emoji
17
- run: gh api -X POST /repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/reactions -f content="eyes"
18
- env:
19
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - uses: pelikhan/action-add-reaction@v0
20
genai-issue-labeller:
21
- needs: blink
22
23
24
- uses: pelikhan/action-genai-issue-labeller@v0
0 commit comments