mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
T5258: git Actions use ubuntu-22.04 for PR conflicts checker
git Actions use ubuntu-22.04 instead of deprecated ubuntu-18.04 for PR conflicts checker
This commit is contained in:
parent
d8188353f6
commit
b5e9ea6002
2
.github/workflows/pr-conflicts.yml
vendored
2
.github/workflows/pr-conflicts.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
Conflict_Check:
|
Conflict_Check:
|
||||||
name: 'Check PR status: conflicts and resolution'
|
name: 'Check PR status: conflicts and resolution'
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: check if PRs are dirty
|
- name: check if PRs are dirty
|
||||||
uses: eps1lon/actions-label-merge-conflict@releases/2.x
|
uses: eps1lon/actions-label-merge-conflict@releases/2.x
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user