Skip to content

Commit

Permalink
Fixing pull request trigger and component in create-jira-issues-for-c…
Browse files Browse the repository at this point in the history
…ommunity-activities
  • Loading branch information
Piedone committed Sep 5, 2023
1 parent a72eee0 commit cbe8751
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [created]
issues:
types: [opened]
pull_request:
pull_request_target:
types: [opened]

jobs:
Expand All @@ -21,4 +21,4 @@ jobs:
ISSUE_JIRA_ISSUE_DESCRIPTION: ${{ secrets.DEFAULT_ISSUE_JIRA_ISSUE_DESCRIPTION }}
PULL_REQUEST_JIRA_ISSUE_DESCRIPTION: ${{ secrets.DEFAULT_PULL_REQUEST_JIRA_ISSUE_DESCRIPTION }}
with:
issue-component: Lombiq.Analyzers.PowerShell
issue-component: Lombiq.Arithmetics

0 comments on commit cbe8751

Please sign in to comment.