mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feature/github_sync_prs_jira' into 'master'
github: Sync PRs to JIRA as well See merge request idf/esp-idf!4487
This commit is contained in:
commit
981585df95
7
.github/main.workflow
vendored
7
.github/main.workflow
vendored
@ -3,11 +3,16 @@ workflow "Sync issues to JIRA" {
|
||||
resolves = ["Sync to JIRA"]
|
||||
}
|
||||
|
||||
workflow "Sync issue comments to JIRA" {
|
||||
workflow "Sync issue and PR comments to JIRA" {
|
||||
on = "issue_comment"
|
||||
resolves = ["Sync to JIRA"]
|
||||
}
|
||||
|
||||
workflow "Sync PRs to JIRA" {
|
||||
on = "pull_request"
|
||||
resolves = ["Sync to JIRA"]
|
||||
}
|
||||
|
||||
action "Sync to JIRA" {
|
||||
uses = "espressif/github-actions/sync_issues_to_jira@master"
|
||||
secrets = ["GITHUB_TOKEN", "JIRA_URL", "JIRA_USER", "JIRA_PASS"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user