Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @OutSystems/data-fabric-clients
55 changes: 0 additions & 55 deletions .github/ISSUE_TEMPLATE/bug.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/feature-request.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/question.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!--
You can check for more info about PR conventions here https://outsystemsrd.atlassian.net/wiki/spaces/RCP/pages/1544487638/Pull+Requests
Conventions: <jira-issue>: <subject>
<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
<subject> - a short and concise description of the changes, usually the summary of the jira issue
-->

### Jira Issue
<!-- Please change the <jira-issue> tag to your jira issue (ex: RAR-131) -->

[<jira-issue>](https://outsystemsrd.atlassian.net/browse/<jira-issue>)

### Context
<!--- Why is this change required? What problem does it solve? -->

### Impacts
<!-- What are the consequences of the changes and possible implications in clients -->
- [ ] Breaking Change
- [ ] Behavioral breaking change
- [ ] Breaks existent APIs
- [ ] Refactor (big refactor on a sensitive asset )
- [ ] Requires revision on public documentation
13 changes: 0 additions & 13 deletions .github/workflows/main-checks.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/publish-docs-manually.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/publish-pypi.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/pull-request-checks.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/shared.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/validate-pr-labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Validate pull request labels

on:
pull_request:
types: [labeled, unlabeled, synchronize]

jobs:
check-label:
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-labels.yaml@v1.0.0
9 changes: 9 additions & 0 deletions .github/workflows/validate-pr-title.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Validate pull request title

on:
pull_request:
types: [opened, edited, synchronize, reopened]

jobs:
build:
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-title.yaml@v1.0.0
Loading