From d63f7f8b0dc23328255f11195e71851626face4d Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 22 Dec 2024 15:18:06 -0500 Subject: less super yolo Signed-off-by: Xe Iaso --- .github/workflows/dependabot.yml | 16 +++------------- .github/workflows/earthly.yml | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 5544e98..b666819 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,4 +1,4 @@ -name: Fix dependabot imports +name: Dependabot super yolo on: pull_request: @@ -18,18 +18,8 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} submodules: true - - uses: actions/setup-go@v4 - with: - go-version: "1.22" - check-latest: true - - name: Bump Go mod - run: ./bumperate.sh - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: Bump Go mod SRI - commit_user_name: Mimi - commit_user_email: mimi@xeserv.us - commit_author: Mimi + - name: Setup the GitHub CLI + uses: actions4gh/setup-gh@v1.0.2 - name: Enable Pull Request Automerge run: gh pr merge --squash --auto ${{ github.event.number }} env: diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index d70e79f..5ca54d8 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -9,7 +9,7 @@ on: branches: [ "master" ] jobs: - build: + docker-build: runs-on: alrest-x permissions: contents: read -- cgit v1.2.3