Skip to content

Commit

Permalink
Merge branch 'contrib/wolyslager_update-incident-occurred-time' into …
Browse files Browse the repository at this point in the history
…update-incident-occurred-time
  • Loading branch information
wolyslager committed Dec 14, 2023
2 parents 486382f + e922246 commit 7b13be4
Show file tree
Hide file tree
Showing 462 changed files with 12,291 additions and 4,958 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close_jira_issue_by_pr_merge.yml
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
add_pr_link_to_related_jira_issue:
runs-on: ubuntu-latest
if: github.repository == 'demisto/content' && github.event.pull_request.head.repo.fork == false && github.actor != 'dependabot[bot]' && github.event.action == 'closed' && github.event.pull_request.merged == true
if: github.repository == 'demisto/content' && github.event.pull_request.head.repo.fork == false && github.actor != 'dependabot[bot]' && github.event.action == 'closed' && github.event.pull_request.merged == true && startsWith(github.head_ref, 'contrib/') == false
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link_edited_pr_to_jira_issue.yml
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
add_pr_link_to_related_jira_issue:
runs-on: ubuntu-latest
if: github.repository == 'demisto/content' && github.event.pull_request.head.repo.fork == false && github.actor != 'dependabot[bot]'
if: github.repository == 'demisto/content' && github.event.pull_request.head.repo.fork == false && github.actor != 'dependabot[bot]' && startsWith(github.head_ref, 'contrib/') == false
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7b13be4

Please sign in to comment.