Skip to content

Commit

Permalink
Remove environment from Jira integration
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource committed Nov 29, 2024
1 parent df1dd3d commit 77636c4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/PullRequestClosed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
PullRequestMerged_job:
name: Pull Request Merged
runs-on: ubuntu-latest
environment: jira
permissions:
id-token: write
pull-requests: read
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/PullRequestCreated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
PullRequestCreated_job:
name: Pull Request Created
runs-on: ubuntu-latest
environment: jira
permissions:
id-token: write
# For external PR, ticket should be created manually
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/RequestReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
RequestReview_job:
name: Request review
runs-on: ubuntu-latest
environment: jira
permissions:
id-token: write
# For external PR, ticket should be moved manually
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/SubmitReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
SubmitReview_job:
name: Submit Review
runs-on: ubuntu-latest
environment: jira
permissions:
id-token: write
pull-requests: read
Expand Down

0 comments on commit 77636c4

Please sign in to comment.