envy-cli 0.6.0

A magical little tool that takes care of your environment settings.
1
2
3
4
5
6
7
8
9
10
11
12
13
name: auto-merge

on:
  pull_request:

jobs:
  auto-merge:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: ahmadnassri/action-dependabot-auto-merge@v2
        with:
          github-token: ${{ secrets.AUTOMERGE_TOKEN }}