Skip to content

Commit

Permalink
ci(automerge): debug job
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Nov 1, 2023
1 parent b0ca9d4 commit 0e7a0ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ permissions:
contents: write

jobs:
debug:
name: Enable Automerge
runs-on: ubuntu-22.04
steps:
run: |
echo actor=${{ github.actor }}
echo labels=${{ github.event.pull_request.labels.*.name }}
automerge:
name: Enable Automerge
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 0e7a0ad

Please sign in to comment.