Skip to content

Commit 297a8fa

Browse files
chore: add more automation for repo
1 parent a2e0edd commit 297a8fa

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
MERGE_LABELS: "!pr/do-not-merge"
2828
MERGE_METHOD: "squash"
2929
MERGE_COMMIT_MESSAGE: "pull-request-title-and-description"
30-
MERGE_DELETE_BRANCH: "true"
30+
MERGE_DELETE_BRANCH: "true"

.github/workflows/closed-issue-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
### ⚠️COMMENT VISIBILITY WARNING⚠️
1515
Comments on closed issues are hard for our team to see.
1616
If you need more assistance, please either tag a team member or open a new issue that references this one.
17-
If you wish to keep having a conversation with other community members under this issue feel free to do so.
17+
If you wish to keep having a conversation with other community members under this issue feel free to do so.

.github/workflows/semantic-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ jobs:
2020
body: |
2121
Title does not follow the guidelines of [Conventional Commits](https://www.conventionalcommits.org).
2222
Please adjust title before merge.
23-

0 commit comments

Comments
 (0)