You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file was generated based on the recommendations from https://docs.github.com/en/enterprise-cloud@latest/copilot/customizing-copilot/customizing-the-development-environment-for-copilot-coding-agent#preinstalling-tools-or-dependencies-in-copilots-environment
2
+
3
+
name: "Copilot Setup Steps"
4
+
5
+
# Automatically run the setup steps when they are changed to allow for easy validation, and
6
+
# allow manual testing through the repository's "Actions" tab
7
+
on:
8
+
workflow_dispatch:
9
+
push:
10
+
paths:
11
+
- .github/workflows/copilot-setup-steps.yml
12
+
pull_request:
13
+
paths:
14
+
- .github/workflows/copilot-setup-steps.yml
15
+
16
+
env:
17
+
EXAMPLES_FOLDER: examples
18
+
19
+
jobs:
20
+
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
0 commit comments