From 152196bb585b4ad8513fda367a0474e5dbf2ff4f Mon Sep 17 00:00:00 2001 From: vibhorchhabra321 <48565719+vibhorchhabra321@users.noreply.github.com> Date: Tue, 17 May 2022 12:30:21 +0530 Subject: [PATCH 1/3] Create jira-validation.yml --- .github/workflow/jira-validation.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflow/jira-validation.yml diff --git a/.github/workflow/jira-validation.yml b/.github/workflow/jira-validation.yml new file mode 100644 index 0000000..5e91d61 --- /dev/null +++ b/.github/workflow/jira-validation.yml @@ -0,0 +1,16 @@ +name: jira-lint +on: [pull_request] + +jobs: + jira-lint: + runs-on: ubuntu-latest + steps: + - uses: cleartax/jira-lint@master + name: jira-lint + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + jira-token: ${{ secrets.JIRA_TOKEN }} + jira-base-url: https://uneritx.atlassian.net + skip-branches: '^(production-release|master|release\/v\d+)$' + skip-comments: false + pr-threshold: 1000 From 57be8db08e02179591db45d6edf27d6c00bdc4a3 Mon Sep 17 00:00:00 2001 From: vibhorchhabra321 <48565719+vibhorchhabra321@users.noreply.github.com> Date: Tue, 17 May 2022 13:10:11 +0530 Subject: [PATCH 2/3] Delete .github/workflow directory --- .github/workflow/jira-validation.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflow/jira-validation.yml diff --git a/.github/workflow/jira-validation.yml b/.github/workflow/jira-validation.yml deleted file mode 100644 index 5e91d61..0000000 --- a/.github/workflow/jira-validation.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: jira-lint -on: [pull_request] - -jobs: - jira-lint: - runs-on: ubuntu-latest - steps: - - uses: cleartax/jira-lint@master - name: jira-lint - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - jira-token: ${{ secrets.JIRA_TOKEN }} - jira-base-url: https://uneritx.atlassian.net - skip-branches: '^(production-release|master|release\/v\d+)$' - skip-comments: false - pr-threshold: 1000 From 9853f8ce6e63d81d07945446170c5779d0ba4ba3 Mon Sep 17 00:00:00 2001 From: vibhorchhabra321 <48565719+vibhorchhabra321@users.noreply.github.com> Date: Tue, 17 May 2022 13:10:39 +0530 Subject: [PATCH 3/3] Create jira-lint.yml --- .github/workflows/jira-lint.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/jira-lint.yml diff --git a/.github/workflows/jira-lint.yml b/.github/workflows/jira-lint.yml new file mode 100644 index 0000000..5e91d61 --- /dev/null +++ b/.github/workflows/jira-lint.yml @@ -0,0 +1,16 @@ +name: jira-lint +on: [pull_request] + +jobs: + jira-lint: + runs-on: ubuntu-latest + steps: + - uses: cleartax/jira-lint@master + name: jira-lint + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + jira-token: ${{ secrets.JIRA_TOKEN }} + jira-base-url: https://uneritx.atlassian.net + skip-branches: '^(production-release|master|release\/v\d+)$' + skip-comments: false + pr-threshold: 1000