Skip to content

Set up CI/CD workflows#4

Merged
pmcelhaney merged 3 commits into
mainfrom
copilot/set-up-ci-cd
Apr 7, 2026
Merged

Set up CI/CD workflows#4
pmcelhaney merged 3 commits into
mainfrom
copilot/set-up-ci-cd

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 7, 2026

  • Create .github/workflows/ci.yaml — CI checks (npm install + test), adapted from api-simulator
  • Create .github/workflows/codeql.yml — CodeQL security scanning, copied from api-simulator
  • Create .github/workflows/create-issues.yml — issue creation workflow, copied from api-simulator
  • Copy .github/scripts/create_issues.py — required Python script for the create-issues workflow
  • Add npm test script that does nothing (exits 0) to package.json

Copilot AI linked an issue Apr 7, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add CI/CD setup by copying relevant scripts Set up CI/CD workflows Apr 7, 2026
Copilot AI requested a review from pmcelhaney April 7, 2026 20:55
@pmcelhaney pmcelhaney marked this pull request as ready for review April 7, 2026 20:58
@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Copy link
Copy Markdown
Contributor

@pmcelhaney pmcelhaney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add an npm test command that does nothing

auto-merge was automatically disabled April 7, 2026 21:03

Head branch was pushed to by a user without write access

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 7, 2026

Add an npm test command that does nothing

Done in abae66a. Also fixed the duplicate "scripts" key in package.json (the second one was silently overwriting the first), so start and test are now both present in a single block. npm test exits 0 with "No tests yet".

Copilot AI requested a review from pmcelhaney April 7, 2026 21:04
@pmcelhaney pmcelhaney enabled auto-merge April 7, 2026 21:11
@pmcelhaney pmcelhaney added this pull request to the merge queue Apr 7, 2026
Merged via the queue into main with commit 403218d Apr 7, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set up CI/CD

3 participants