Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Jan 24, 2025
1 parent 04052d6 commit 6da566f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/auto-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu-version: [devel]
branch: [main]
ubuntu-version: [devel]
# dependencies: [ ['cargo-filterer'] ]
include:
- ubuntu-version: noble
branch: noble
- branch: noble
ubuntu-version: noble

name: Update ${{ matrix.ubuntu-version }} packaging related Rust files
runs-on: ubuntu-24.04 # ubuntu-latest-runner
Expand Down Expand Up @@ -141,17 +141,17 @@ jobs:
echo "modified=true" >> "${GITHUB_ENV}"
# - name: Create Pull Request
# if: ${{ env.modified == 'true' }}
# uses: peter-evans/create-pull-request@v7
# with:
# commit-message: Auto update packaging related Rust files
# title: |
# [${{ matrix.ubuntu-version }}] Auto update packaging related Rust files
# labels: control, automated pr
# branch: ${{ env.UPDATE_BRANCH }}
# delete-branch: true
# token: ${{ secrets.GITHUB_TOKEN }}
- name: Create Pull Request
if: ${{ env.modified == 'true' }}
uses: peter-evans/create-pull-request@v7
with:
commit-message: Auto update packaging related Rust files
title: |
[${{ matrix.ubuntu-version }}] Auto update packaging related Rust files
labels: control, automated pr
branch: ${{ env.UPDATE_BRANCH }}
delete-branch: true
token: ${{ secrets.GITHUB_TOKEN }}

- name: Push branch
if: ${{ env.modified == 'true' }}
Expand Down

0 comments on commit 6da566f

Please sign in to comment.