diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cc3f71e..9a656ee 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,3 @@ -# Author advertizement! - ->[!CAUTION] -Don't forget to check that the base branch for the PR is '''develop''' and not the default '''main''' branch! - ## Content You have no Jira task for this PR? Describe your changes here... @@ -13,4 +8,4 @@ You have no Jira task for this PR? Describe your changes here... You feel the need to provide technical explanations? You can do it here... -... +... \ No newline at end of file diff --git a/.github/workflows/fake-pr-tests.yml b/.github/workflows/fake-pr-tests.yml index 2274166..f2dd9fb 100644 --- a/.github/workflows/fake-pr-tests.yml +++ b/.github/workflows/fake-pr-tests.yml @@ -15,4 +15,4 @@ jobs: with: name: Run PR tests (Plugins) (Plugins) conclusion: success - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/jira_link_to_pr.yml b/.github/workflows/jira_link_to_pr.yml index 1ffc365..53efb67 100644 --- a/.github/workflows/jira_link_to_pr.yml +++ b/.github/workflows/jira_link_to_pr.yml @@ -11,13 +11,13 @@ jobs: add-jira-description: runs-on: ubuntu-latest steps: - - uses: cakeinpanic/jira-description-action@v0.4.0 + - uses: cakeinpanic/jira-description-action@v0.9.0 name: jira-description-action with: github-token: ${{ secrets.GITHUB_TOKEN }} jira-token: ${{ secrets.JIRA_TOKEN }} jira-base-url: https://hackolade.atlassian.net - skip-branches: '^(develop|main|master)$' - jira-project-key: 'HCK' + skip-branches: '^(develop|main|master)$' #optional + jira-project-key: 'HCK' #optional use: 'both' fail-when-jira-issue-not-found: false diff --git a/.sonarcloud.properties b/.sonarcloud.properties new file mode 100644 index 0000000..49c0d9e --- /dev/null +++ b/.sonarcloud.properties @@ -0,0 +1,4 @@ +# IMPORTANT: DO NOT MODIFY THIS FILE! +# We configure SonarCloud through its web UI, not through this file. The property `sonar.tests` is an exception because +# there is no UI for it. See documentation here: https://docs.sonarsource.com/sonarcloud/advanced-setup/analysis-scope/ +sonar.tests=test diff --git a/package.json b/package.json index 8af5d0c..0d4c6c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Oracle", - "version": "0.2.2", + "version": "0.2.3", "author": "hackolade", "engines": { "hackolade": "6.11.1",