Skip to content

hi#4517

Draft
CosmicJesterX wants to merge 9 commits into
actions:mainfrom
Smidjehoien:main
Draft

hi#4517
CosmicJesterX wants to merge 9 commits into
actions:mainfrom
Smidjehoien:main

Conversation

@CosmicJesterX

Copy link
Copy Markdown

please review.

CosmicJesterX and others added 8 commits April 16, 2025 16:19
@CosmicJesterX CosmicJesterX requested a review from a team as a code owner June 22, 2026 01:34
Copilot AI review requested due to automatic review settings June 22, 2026 01:34
@CosmicJesterX CosmicJesterX marked this pull request as draft June 22, 2026 01:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR adds repository policy/configuration files, including a new security policy document and multiple YAML files intended for GitHub Actions usage.

Changes:

  • Adds SECURITY.md using the standard security policy template text.
  • Adds a .NET desktop GitHub Actions workflow template (.github/workflows/dotnet-desktop.yml).
  • Adds two additional YAML files (guenguenguen.yml, .github/workflows/Bob.yml) that appear to be incomplete or placeholder workflow/action snippets.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
SECURITY.md Introduces a security policy document, currently using placeholder/template guidance text.
guenguenguen.yml Adds a standalone YAML snippet that isn’t a complete workflow and isn’t referenced elsewhere.
.github/workflows/dotnet-desktop.yml Adds a .NET desktop workflow template that currently includes placeholder values and signing secrets usage.
.github/workflows/Bob.yml Adds an incomplete/invalid workflow-like file under .github/workflows/ that will not function as a workflow as written.

Comment thread SECURITY.md
Comment on lines +5 to +7
Use this section to tell people about which versions of your project are
currently being supported with security updates.

Comment thread guenguenguen.yml
Comment on lines +1 to +2
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v4.0.0
Comment on lines +41 to +46
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Comment thread .github/workflows/Bob.yml
Comment on lines +1 to +5
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.6.2
with:
# Artifact name
name: # optional, default is artifact
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.

2 participants