This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 162b76b413 Update auto-close-issue.yml (#450)
162b76b413 is described below
commit 162b76b4138a1d39eb37200d79cd03c6712080aa
Author: Beacontownfc <[email protected]>
AuthorDate: Thu Jul 21 14:30:34 2022 +0800
Update auto-close-issue.yml (#450)
---
.github/workflows/auto-close-issue.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/auto-close-issue.yml
b/.github/workflows/auto-close-issue.yml
index ceeaceabe5..1f75f2f1f0 100644
--- a/.github/workflows/auto-close-issue.yml
+++ b/.github/workflows/auto-close-issue.yml
@@ -20,7 +20,7 @@ jobs:
uses: peter-evans/close-issue@v2
if: ${{ github.event.pull_request.merged &&
steps.Closer.outputs.issueNumber != -1 }}
with:
- issue-number: ${{ steps.Closer.outputs.issueNumber &&
steps.Closer.outputs.issueNumber != -1 }}
+ issue-number: ${{ steps.Closer.outputs.issueNumber }}
comment: The associated PR has been merged, this issue is
automatically closed, you can reopend if necessary.
env:
Github_Token: ${{ secrets.GITHUB_TOKEN }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]