mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
working automated dependencies updates, polishing the CI
This commit is contained in:
5
.github/workflows/fetch_dependencies.yml
vendored
5
.github/workflows/fetch_dependencies.yml
vendored
@@ -12,17 +12,18 @@ jobs:
|
|||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Fetch Dependencies
|
- name: Run Fetch Dependencies Script
|
||||||
run: cd scripts && bash ./fetch_dependencies.sh
|
run: cd scripts && bash ./fetch_dependencies.sh
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
title: update dependencies
|
title: update dependencies
|
||||||
commit-message: update dependencies
|
commit-message: "[BOT] update dependencies"
|
||||||
committer: GitHub <noreply@github.com>
|
committer: GitHub <noreply@github.com>
|
||||||
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
||||||
signoff: false
|
signoff: false
|
||||||
base: indev
|
base: indev
|
||||||
|
branch: auto_deps_updates
|
||||||
labels: |
|
labels: |
|
||||||
automated
|
automated
|
||||||
|
|||||||
Reference in New Issue
Block a user