mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-05 16:58:00 +00:00
Fix issue creation for nightly (#1355)
This commit is contained in:
1
.github/workflows/clang-tidy.yml
vendored
1
.github/workflows/clang-tidy.yml
vendored
@@ -83,6 +83,7 @@ jobs:
|
|||||||
title: 'Clang-tidy found bugs in code 🐛'
|
title: 'Clang-tidy found bugs in code 🐛'
|
||||||
body: >
|
body: >
|
||||||
Clang-tidy found issues in the code:
|
Clang-tidy found issues in the code:
|
||||||
|
|
||||||
List of the issues found: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/
|
List of the issues found: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/
|
||||||
|
|
||||||
- uses: crazy-max/ghaction-import-gpg@v5
|
- uses: crazy-max/ghaction-import-gpg@v5
|
||||||
|
|||||||
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
@@ -158,6 +158,8 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
issues: write
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Create an issue
|
- name: Create an issue
|
||||||
uses: ./.github/actions/create_issue
|
uses: ./.github/actions/create_issue
|
||||||
env:
|
env:
|
||||||
@@ -166,4 +168,5 @@ jobs:
|
|||||||
title: 'Nightly release failed 🌙'
|
title: 'Nightly release failed 🌙'
|
||||||
body: >
|
body: >
|
||||||
Nightly release failed:
|
Nightly release failed:
|
||||||
|
|
||||||
Workflow: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/
|
Workflow: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/
|
||||||
|
|||||||
Reference in New Issue
Block a user