Skip to content

Commit

Permalink
Revert "Revert "mirror issues to ADAP jira project (dbt-labs#322)" (d…
Browse files Browse the repository at this point in the history
…bt-labs#338)" (dbt-labs#353)

This reverts commit fdfe8ec.
  • Loading branch information
nathaniel-may authored Mar 1, 2023
1 parent dcaddcc commit 798ded4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/jira-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ permissions:

jobs:
call-label-action:
uses: dbt-labs/jira-actions/.github/workflows/jira-creation.yml@main
uses: dbt-labs/actions/.github/workflows/jira-creation.yml@main
with:
project_key: ADAP
secrets:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/jira-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ permissions:

jobs:
call-label-action:
uses: dbt-labs/jira-actions/.github/workflows/jira-label.yml@main
uses: dbt-labs/actions/.github/workflows/jira-label.yml@main
with:
project_key: ADAP
secrets:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/jira-transition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ on:
issues:
types: [closed, deleted, reopened]

# no special access is needed
permissions: read-all

jobs:
call-label-action:
uses: dbt-labs/jira-actions/.github/workflows/jira-transition.yml@main
uses: dbt-labs/actions/.github/workflows/jira-transition.yml@main
with:
project_key: ADAP
secrets:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
Expand Down

0 comments on commit 798ded4

Please sign in to comment.