Skip to content

Commit 2651c19

Browse files
authored
Merge pull request #670 from espressif/ci/new_issue
ci(new_issue): Fixed new issue CI
2 parents 225e124 + c141206 commit 2651c19

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/build-run-applications.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
if: ${{ github.event_name == 'pull_request' && steps.buildapps.outcome == 'failure' && matrix.allow_fail == true }}
9494
uses: thollander/actions-comment-pull-request@v3
9595
with:
96+
comment-tag: build_warning_${{ matrix.idf_ver }}_${{ matrix.parallel_index }}
97+
mode: recreate
9698
message: |
9799
### ⚠️ Build failed for idf_ver=${{ matrix.idf_ver }} index=${{ matrix.parallel_index }}
98100
This failure was ignored (continue-on-error enabled).

.github/workflows/issue_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@master
1212
- name: Sync issue comments to JIRA
13-
uses: espressif/github-actions/sync_issues_to_jira@master
13+
uses: espressif/sync-jira-actions@master
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
JIRA_PASS: ${{ secrets.JIRA_PASS }}

.github/workflows/new_issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@master
1212
- name: Sync GitHub issues to Jira project
13-
uses: espressif/github-actions/sync_issues_to_jira@master
13+
uses: espressif/sync-jira-actions@master
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
JIRA_PASS: ${{ secrets.JIRA_PASS }}

.github/workflows/new_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@master
1515
- name: Sync PRs to Jira project
16-
uses: espressif/github-actions/sync_issues_to_jira@master
16+
uses: espressif/sync-jira-actions@master
1717
with:
1818
cron_job: true
1919
env:

0 commit comments

Comments
 (0)