summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/autobot.yaml1
-rw-r--r--.github/workflows/update-lock.yaml3
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: