mirror of
https://github.com/immich-app/immich.git
synced 2026-04-17 16:11:55 -04:00
chore: link to PR template in auto-close message (#27756)
This commit is contained in:
parent
4ff6cca4da
commit
9da0cb3cf4
2
.github/workflows/auto-close.yml
vendored
2
.github/workflows/auto-close.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
run: |
|
||||
gh api graphql \
|
||||
-f prId="$NODE_ID" \
|
||||
-f body="This PR has been automatically closed as the description doesn't follow our template. After you edit it to match the template, the PR will automatically be reopened." \
|
||||
-f body="This PR has been automatically closed as the description doesn't follow [our template](https://github.com/immich-app/immich/blob/main/.github/pull_request_template.md). After you edit it to match the template, the PR will automatically be reopened." \
|
||||
-f query='
|
||||
mutation CommentAndClosePR($prId: ID!, $body: String!) {
|
||||
addComment(input: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user