Skip to content

Commit 8ab16f1

Browse files
committed
Update workflow metadata: rename CI to "Fake CI", remove Dependabot workflow name, and switch actions/github-script to @main
1 parent 187ab0b commit 8ab16f1

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Fake CI
22

33
on:
44
workflow_dispatch:

.github/workflows/copilot-dependabot-update.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
name: Copilot Dependabot Automation
2-
31
on:
42
workflow_call:
53
pull_request:

.github/workflows/copilot-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: 'Get repository labels'
2626
id: get_labels
27-
uses: 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea' # ratchet:actions/github-script@v7.0.1
27+
uses: 'actions/github-script@main'
2828
with:
2929
# NOTE: we intentionally do not use the given token. The default
3030
# GITHUB_TOKEN provided by the action has enough permissions to read

0 commit comments

Comments
 (0)