Skip to content

Commit

Permalink
Update label in autoreply
Browse files Browse the repository at this point in the history
  • Loading branch information
aquint-zama committed Oct 30, 2023
1 parent 34802c2 commit 25d8c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_reply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Greet new proposition
uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b
if: github.event.label.name == '☝️ Open bounty proposition'
if: github.event.label.name == '☝️ Bounty proposition'
with:
token: ${{ secrets.CONCRETE_ACTIONS_TOKEN }}
issue-number: ${{ github.event.issue.number }}
Expand Down

0 comments on commit 25d8c13

Please sign in to comment.