diff options
| author | seth <[email protected]> | 2023-12-14 16:35:29 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-14 18:03:17 -0500 |
| commit | 7eec527d1a19a7b66b4d1b3b7122d6afa1271255 (patch) | |
| tree | 0bc910758acdbd08592bc24a5c6212addd497b72 /.github/workflows | |
| parent | 56b03e407ccf27ffb3d438c7bac280d58c0611f6 (diff) | |
actions: set names for more steps
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/autobot.yaml | 1 | ||||
| -rw-r--r-- | .github/workflows/update-lock.yaml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml index d18cda6..a1a3034 100644 --- a/.github/workflows/autobot.yaml +++ b/.github/workflows/autobot.yaml @@ -4,6 +4,7 @@ on: pull_request jobs: automerge: + name: Auto-merge runs-on: ubuntu-latest permissions: diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index 98af4ef..faa774c 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -1,4 +1,4 @@ -name: update flake lock +name: Update flake.lock on: schedule: @@ -8,6 +8,7 @@ on: jobs: update: + name: Update runs-on: ubuntu-latest steps: |
