Skip to content

Commit 1e2dad1

Browse files
authored
[ci] REVERT - Remove the issue link automated check part (#13869)
1 parent ca71d05 commit 1e2dad1

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/pr-check-conventions.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,4 @@ jobs:
4141
uses: 1Password/check-signed-commits-action@v1
4242
with:
4343
comment: |
44-
Thank you for your contribution, but we need you to sign your commits. Please see https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
45-
check-pr-issue:
46-
name: Check Pull Request is linked to an issue
47-
runs-on: ubuntu-latest
48-
permissions:
49-
contents: read
50-
pull-requests: write
51-
steps:
52-
- uses: hattan/verify-linked-issue-action@2d8e2e47a462cc7b07ba5e6cab6f9d57bd36672e
53-
env:
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55-
with:
56-
message: "Please attach at least one issue to your Pull Request"
44+
Thank you for your contribution, but we need you to sign your commits. Please see https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits

0 commit comments

Comments
 (0)