Skip to content

Commit

Permalink
c#4 fixing sonic-net#3: the move_pcied_to_host_services added to trig…
Browse files Browse the repository at this point in the history
…gers

Signed-off-by: Marat Gubaiev <[email protected]>
  • Loading branch information
MaratGubaiev committed Dec 1, 2021
1 parent 9b436b7 commit 1d51578
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# This workflow will merge pull requests automatically
#

#name: automerge
#on:
# check_suite:
# types:
# - completed
name: automerge
on:
check_suite:
types:
- completed

#jobs:
# automerge:
# if: github.event.check_suite.app.name == 'Azure Pipelines' && github.event.check_suite.conclusion == 'success'
# runs-on: ubuntu-latest
# steps:
# - name: automerge
# uses: 'pascalgn/[email protected]'
# env:
# GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
# MERGE_LABELS: 'automerge'
# MERGE_METHOD: 'squash'
# MERGE_FILTER_AUTHOR: 'mssonicbld'
# MERGE_DELETE_BRANCH: true
jobs:
automerge:
if: github.event.check_suite.app.name == 'Azure Pipelines' && github.event.check_suite.conclusion == 'success'
runs-on: ubuntu-latest
steps:
- name: automerge
uses: 'pascalgn/[email protected]'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
MERGE_LABELS: 'automerge'
MERGE_METHOD: 'squash'
MERGE_FILTER_AUTHOR: 'mssonicbld'
MERGE_DELETE_BRANCH: true
6 changes: 3 additions & 3 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
#- uses: actions/labeler@main
# with:
# repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 1d51578

Please sign in to comment.