ci: deprecate 25.05 branch (#2051)

Link: https://github.com/nix-community/stylix/pull/2051
This commit is contained in:
NAHO 2025-12-03 16:01:54 +01:00 committed by GitHub
parent ddc49fd564
commit c9e89d4478
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View file

@ -7,9 +7,6 @@ updates:
target-branch: "master"
schedule:
interval: daily
labels:
- "topic: dependencies"
- "backport: release-25.05"
- "backport: release-25.11"
labels: ["topic: dependencies", "backport: release-25.11"]
commit-message:
prefix: "ci"

View file

@ -16,7 +16,7 @@ jobs:
if: vars.APP_ID
strategy:
matrix:
branch: [master, release-25.11, release-25.05]
branch: [master, release-25.11]
steps:
- id: generate-token
uses: actions/create-github-app-token@v2