mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
fix(chore): old dependabot's PR ticket creation (#3154)
This commit is contained in:
parent
8e6251aab9
commit
2166e952a2
4
.github/workflows/dependabot_jira.yml
vendored
4
.github/workflows/dependabot_jira.yml
vendored
@ -2,8 +2,8 @@ name: Create Dependabot Ticket on Jira
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [ opened ]
|
||||
branches: [ develop, dev-2* ]
|
||||
types: [ opened, reopened ]
|
||||
branches: [ master, 2* ]
|
||||
|
||||
env:
|
||||
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user