From 09192bc7eccfa73461e74b5d318c89eed82a425e Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Fri, 14 Apr 2023 12:50:51 -0400 Subject: [PATCH] silly typo --- .github/workflows/issue-pr-tracker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-pr-tracker.yml b/.github/workflows/issue-pr-tracker.yml index 8a23083..1a42923 100644 --- a/.github/workflows/issue-pr-tracker.yml +++ b/.github/workflows/issue-pr-tracker.yml @@ -60,7 +60,7 @@ jobs: - name: Move Closed Issues and PRs to Done (summary comment) if: ${{ github.event.issue.state == 'closed' || github.event.pull_request.state == 'closed' }} run: | - echo 'Issue or PR [#${{ github.event.issue.number || github.even.pull_request.number }}](${{ github.event.issue.html_url || github.event.pull_request.html_url }}) is added to [project] column "Done"' >> $GITHUB_STEP_SUMMARY + echo 'Issue or PR [#${{ github.event.issue.number || github.event.pull_request.number }}](${{ github.event.issue.html_url || github.event.pull_request.html_url }}) is added to [project] column "Done"' >> $GITHUB_STEP_SUMMARY - name: Add Open PRs Without Review Requests uses: leonsteinhaeuser/project-beta-automations@v2.1.0 if: ${{ (github.event_name == 'pull_request_target' || github.event_name == 'pull_request_review') && github.event.pull_request.state == 'open' && github.event.pull_request.requested_reviewers[0] == null && github.event.pull_request.requested_teams[0] == null && github.event.review.state != 'approved' }}