We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187ab0b commit 8ab16f1Copy full SHA for 8ab16f1
3 files changed
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: CI
+name: Fake CI
2
3
on:
4
workflow_dispatch:
.github/workflows/copilot-dependabot-update.yml
@@ -1,5 +1,3 @@
-name: Copilot Dependabot Automation
-
workflow_call:
5
pull_request:
.github/workflows/copilot-triage.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- name: 'Get repository labels'
26
id: get_labels
27
- uses: 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea' # ratchet:actions/github-script@v7.0.1
+ uses: 'actions/github-script@main'
28
with:
29
# NOTE: we intentionally do not use the given token. The default
30
# GITHUB_TOKEN provided by the action has enough permissions to read
0 commit comments