Skip to content

Commit 4f41750

Browse files
Copilotpedro-vice
andauthored
chore: add copilot-setup-steps.yml
Agent-Logs-Url: https://github.com/PagerDuty/github-agenthq-plugins/sessions/c3aca36b-5fd6-4be3-817e-1e5eca735835 Co-authored-by: pedro-vice <11857233+pedro-vice@users.noreply.github.com>
1 parent 8b2e75e commit 4f41750

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: "Copilot Setup Steps"
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
paths:
7+
- .github/workflows/copilot-setup-steps.yml
8+
pull_request:
9+
paths:
10+
- .github/workflows/copilot-setup-steps.yml
11+
12+
jobs:
13+
# This job name must be `copilot-setup-steps` to be picked up by Copilot.
14+
copilot-setup-steps:
15+
runs-on: ubuntu-latest
16+
17+
permissions:
18+
contents: read
19+
20+
steps:
21+
- name: Checkout code
22+
uses: actions/checkout@v4

0 commit comments

Comments
 (0)