Update gradle setup action and GHA runner OS version (#44)

This commit is contained in:
Raven Szewczyk
2024-12-26 15:18:02 +00:00
committed by GitHub
parent 7f626aef08
commit 0e6acf14d2
3 changed files with 20 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ jobs:
# This needs to be kept in sync with the labels being checked
# These don't need to hold the entire label name and aren't case sensitive
if: ${{ contains(github.event.pull_request.labels.*.name, 'Affects Balance') || contains(github.event.pull_request.labels.*.name, 'ongoing freeze') }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Label requires reviews
uses: GTNewHorizons/label-requires-reviews-action@master
@@ -21,6 +21,5 @@ jobs:
# define which PR labels require how many aprroving reviewers
# Case sensitive and needs the full label name.
rules_yaml: |-
Affects Balance: 3
Affects Balance: 3
ongoing freeze - don't merge: 99