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