Skip to content

Commit 9fef141

Browse files
remove github actions and add ours
1 parent b48fbef commit 9fef141

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
You can check for more info about PR conventions here https://outsystemsrd.atlassian.net/wiki/spaces/RCP/pages/1544487638/Pull+Requests
3+
Conventions: <jira-issue>: <subject>
4+
<jira-issue> - Issue id, eg: RSAT-0000 (no need for # as in svn). This will link the branch and later on the pull request to the issue id in Jira
5+
<subject> - a short and concise description of the changes, usually the summary of the jira issue
6+
-->
7+
8+
### Jira Issue
9+
<!-- Please change the <jira-issue> tag to your jira issue (ex: RAR-131) -->
10+
11+
[<jira-issue>](https://outsystemsrd.atlassian.net/browse/<jira-issue>)
12+
13+
### Context
14+
<!--- Why is this change required? What problem does it solve? -->
15+
16+
### Impacts
17+
<!-- What are the consequences of the changes and possible implications in clients -->
18+
- [ ] Breaking Change
19+
- [ ] Behavioral breaking change
20+
- [ ] Breaks existent APIs
21+
- [ ] Refactor (big refactor on a sensitive asset )
22+
- [ ] Requires revision on public documentation
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Validate pull request labels
2+
3+
on:
4+
pull_request:
5+
types: [labeled, unlabeled, synchronize]
6+
7+
jobs:
8+
check-label:
9+
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-labels.yaml@v1.0.0
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Validate pull request title
2+
3+
on:
4+
pull_request:
5+
types: [opened, edited, synchronize, reopened]
6+
7+
jobs:
8+
build:
9+
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-title.yaml@v1.0.0

0 commit comments

Comments
 (0)