mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
testing github actions
This commit is contained in:
parent
ec661e80ab
commit
11a7a2b8fc
1 changed files with 2 additions and 3 deletions
5
.github/workflows/flake-update.yml
vendored
5
.github/workflows/flake-update.yml
vendored
|
|
@ -19,14 +19,13 @@ jobs:
|
||||||
pr-labels: | # Labels to be set on the PR
|
pr-labels: | # Labels to be set on the PR
|
||||||
dependencies
|
dependencies
|
||||||
automated
|
automated
|
||||||
auto merge
|
|
||||||
- name: Merge
|
- name: Merge
|
||||||
uses: justinyoo/github-pr-merge-action@v1
|
uses: justinyoo/github-pr-merge-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
authToken: ${{ secrets.GITHUB_TOKEN }}
|
authToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
owner: Gerg-L
|
owner: Gerg-L
|
||||||
repository: nixos
|
repository: nixos
|
||||||
issueId: ${{ steps.update.outputs.pull-request-number }}
|
issueId: '2'
|
||||||
mergeMethod: Squash
|
mergeMethod: Squash
|
||||||
commitTitle: ''
|
commitTitle: ''
|
||||||
commitDescription: ''
|
commitDescription: ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue