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
|
||||
dependencies
|
||||
automated
|
||||
auto merge
|
||||
- name: Merge
|
||||
uses: justinyoo/github-pr-merge-action@v1
|
||||
uses: justinyoo/github-pr-merge-action@v1.0.0
|
||||
with:
|
||||
authToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
owner: Gerg-L
|
||||
repository: nixos
|
||||
issueId: ${{ steps.update.outputs.pull-request-number }}
|
||||
issueId: '2'
|
||||
mergeMethod: Squash
|
||||
commitTitle: ''
|
||||
commitDescription: ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue