Commit 932ded2
committed
chore: Don't trigger Git Commit Linter when draft PR is ready for review
Reverted commits b7ea3ab and
10f866f because that workaround is no
longer needed after the change described in the GitHub Changelog on 2026-06-11:
From [GitHub Changelog → Bot-created pull requests can run workflows if approved](https://github.blog/changelog/2026-06-11-bot-created-pull-requests-can-run-workflows-if-approved/):
> Pull requests created by the `github-actions[bot]` are now able to run
> your CI/CD workflows with user approval. Requiring approval is a security
> measure to ensure generated code does not automatically run workflows
> which may have access to sensitive information. […]
>
> Previously, pull requests generated by `github-actions[bot]` were not
> able to run CI/CD workflows, allowing pull requests to be accidentally
> merged without having gone through CI. This change allows all pull requests,
> even bot-generated changes, to run configured CI/CD workflows if approved
> by a user with write access to the repository.1 parent bd66c9c commit 932ded2
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments