diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 24c093e..f1282d1 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -1,19 +1,19 @@ # This is a basic workflow to help you get started with Actions -name: AutoMerge +name : AutoMerge # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch -on: - pull_request: +on : + pull_request : # A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - auto-merge: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: ahmadnassri/action-dependabot-auto-merge@v2 - with: - target: minor - github-token: ${{ secrets.GH_TOKEN }} +jobs : + auto-merge : + runs-on : ubuntu-latest + steps : + - uses : actions/checkout@v2 + - uses : ahmadnassri/action-dependabot-auto-merge@v2 + with : + target : minor + github-token : ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index f3064cd..6233293 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

Build Status - Coverage Status + Coverage Status Version License Chat