Fix bot PR auto-merge and linpeas exclude matching

This commit is contained in:
Carlos Polop
2026-05-21 13:03:38 +02:00
parent e5866ca0a1
commit 1ea8107bf5
5 changed files with 115 additions and 37 deletions
+3 -3
View File
@@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
with:
ref: ${{ github.head_ref }}
ref: ${{ github.head_ref || github.ref_name }}
- name: Download regexes
run: |
@@ -113,7 +113,7 @@ jobs:
# Download repo
- uses: actions/checkout@v5
with:
ref: ${{ github.head_ref }}
ref: ${{ github.head_ref || github.ref_name }}
# Setup go
- uses: actions/setup-go@v6
@@ -173,7 +173,7 @@ jobs:
# Download repo
- uses: actions/checkout@v5
with:
ref: ${{ github.head_ref }}
ref: ${{ github.head_ref || github.ref_name }}
# Build linpeas (macpeas)
- name: Build macpeas