Merging forward updates from release/os/4.7 to release/os/4.8 - 2024-04-07

This commit is contained in:
r3-build 2024-04-07 08:34:15 +00:00
commit 9734c9c34f
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ jobs:
check-pr-title:
runs-on: ubuntu-latest
steps:
- uses: morrisoncole/pr-lint-action@v1.4.1
- uses: morrisoncole/pr-lint-action@v1.7.1
with:
title-regex: '^((CORDA|AG|EG|ENT|INFRA|ES)-\d+|NOTICK)(.*)'
on-failed-regex-comment: "PR title failed to match regex -> `%regex%`"

View File

@ -8,7 +8,7 @@ jobs:
update_jira:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.1
- name: Jira Create issue
id: create
@ -28,7 +28,7 @@ jobs:
Created by github action.
- name: Create comment
uses: peter-evans/create-or-update-comment@v1
uses: peter-evans/create-or-update-comment@v4.0.0
with:
token: ${{ secrets.GH_TOKEN }}
issue-number: ${{ github.event.issue.number }}