Skip to content

Commit 1a378a4

Browse files
authored
chore: update CI workflow branch pattern and PR template [] (#2614)
* chore: update GHA to support branch names with slashes [] * chore: update PR template []
1 parent 475958e commit 1a378a4

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<!--
2-
Thank you for reporting an issue.
2+
Thank you for opening a pull request.
33
4-
Please fill in as much of the template below as you're able. Feel free to delete
4+
Please fill in as much of the template below as you're able. Feel free to remove
55
any section you want to skip.
6-
7-
PLEASE **DO NOT** share any credentials related to your Contentful account like
8-
<space_id> or <access_token>. If this is an urgent issue you are having with Contentful
9-
It's better to contact [support@contentful.com](mailto:support@contentful.com).
106
-->
117

128
## Summary
@@ -24,14 +20,10 @@ Why is this change required? What problem does it solve?
2420
If it fixes an open issue, please link to the issue here.
2521
-->
2622

27-
## Todos
28-
29-
<!--
30-
In case your PR is not finished yet, feel free to add checkboxes in this section
31-
to give other people an overview of your current state.
32-
-->
33-
34-
- [x] Implemented feature
35-
- [ ] Feature with pending implementation
23+
## PR Checklist
3624

37-
## Screenshots (if appropriate):
25+
- [ ] I have read the `CONTRIBUTING.md` file
26+
- [ ] All commits follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)
27+
- [ ] Documentation is updated (if necessary)
28+
- [ ] PR doesn't contain any sensitive information
29+
- [ ] There are no breaking changes

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions:
44

55
on:
66
push:
7-
branches: ['*']
7+
branches: ['**']
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)