Skip to content

Commit 960dba9

Browse files
JackPlowmanCorbisc
authored andcommitted
Remove Automatic Pull Request Bot (#369)
* Change template folder name * Add new workflow * Update Github Actions * Fix incorrect directory
1 parent 89196d8 commit 960dba9

5 files changed

Lines changed: 12 additions & 34 deletions

File tree

.github/pull-request-templates/task_pull_request_template.md renamed to .github/PULL_REQUEST_TEMPLATE/task_pull_request_template.md

File renamed without changes.

.github/pull-request-templates/test_pull_request_template.md renamed to .github/PULL_REQUEST_TEMPLATE/test_pull_request_template.md

File renamed without changes.

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Warning
2+
3+
Please update the url to include the template name.
4+
5+
## To use the task template
6+
7+
You must add this as a suffix to the url `?template=task_pull_request_template.md`
8+
9+
## To use the test template
10+
11+
You must add this as a suffix to the url `?template=test_pull_request_template.md`

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: [develop, main]
55
pull_request:
6-
types: [opened, synchronize, reopened]
6+
types: [opened, ready_for_review, synchronize, reopened]
77
jobs:
88
check-code-quality:
99
runs-on: ubuntu-latest

.github/workflows/create-pull-request.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)