Skip to content

Commit

Permalink
chore(ci): fix workflow: auto-create-doc-issue-by-issue (#13504)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyufjh authored Nov 22, 2023
1 parent ec9d8ea commit dd3b5c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/auto-create-doc-issue-by-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Log the event payload
run: echo "${{ toJSON(github.event) }}"
- name: Check if issue is done and labeled 'user-facing-changes'
uses: dacbd/create-issue-action@main
if: ${{ github.event.action == 'closed' && contains(github.event.issue.labels.*.name, 'user-facing-changes') }}
Expand Down

0 comments on commit dd3b5c6

Please sign in to comment.