Skip to content

Commit

Permalink
feat: testing github bot (#14533)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona authored Aug 29, 2023
1 parent b23820c commit def61f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contribution-approved.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
add-comment:
## TODO: figure out how to escape colons for labels
# if: github.event.label.name == "proposal: accepted" && github.event.label.name == "community contribution"
if: "${{ contains(github.event.label, 'proposal: accepted') && contains(github.event.label, 'communit contribution') }}"
if: "${{ contains(github.event.label.*.name, format('proposal{0} accepted', ':')) && contains(github.event.label.*.name, format('communit contribution'))}}"
runs-on: ubuntu-latest
permissions:
issues: write
Expand Down

0 comments on commit def61f5

Please sign in to comment.