diff options
| -rw-r--r-- | .github/workflows/dependabot.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index acf7c4a..bbeb173 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -18,18 +18,6 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} submodules: true - - name: Setup the GitHub CLI - run: | - sudo apt-get update - sudo apt-get install wget -y - sudo mkdir -p -m 755 /etc/apt/keyrings - out=$(mktemp) - wget -nv -O$out https://cli.github.com/packages/githubcli-archive-keyring.gpg - cat $out | sudo tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null - sudo chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg - echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null - sudo apt update - sudo apt install gh -y - name: Enable Pull Request Automerge run: gh pr merge --squash --auto ${{ github.event.number }} env: |
