Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[github] fix condition followup
  • Loading branch information
3nids committed Jan 15, 2020
1 parent 2f7eaf7 commit 56bb8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_to_doc_issue.yml
Expand Up @@ -104,7 +104,7 @@ jobs:
# write comment to ping the PR author
- name: Create comment
if: cancelled() == false
if: github.event.pull_request.merged && contains( github.event.pull_request.labels.*.name, 'Needs Documentation')
uses: peter-evans/create-or-update-comment@v1
with:
token: ${{ steps.token.outputs.token }}
Expand Down

0 comments on commit 56bb8e9

Please sign in to comment.