diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-12-22 15:18:06 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-12-22 15:18:06 -0500 |
| commit | d63f7f8b0dc23328255f11195e71851626face4d (patch) | |
| tree | ab36c4b0bd87a21f98981a1e5a520c5397f711db /.github/workflows | |
| parent | 055f65719a2caf68d0504b2ca12680115a08a6e7 (diff) | |
| download | x-d63f7f8b0dc23328255f11195e71851626face4d.tar.xz x-d63f7f8b0dc23328255f11195e71851626face4d.zip | |
less super yolo
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/dependabot.yml | 16 | ||||
| -rw-r--r-- | .github/workflows/earthly.yml | 2 |
2 files changed, 4 insertions, 14 deletions
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 <mimi@xeserv.us> + - 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 |
