Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: badges, dependency management and workflow optimization #71

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

skarllot
Copy link
Owner

Pull Request

The issue or feature being addressed

  • Ensure repeatable package restores
  • Automatize tagging and package publishing
  • CodeQL is running for PRs that do not change source code

Details on the issue fix or feature implementation

  • Add build status and OpenSSF Scorecard badges on README file
  • Use lock file for restoring NuGet packages
  • Set code owners
  • Use global.json for .NET setup (workflows)
  • Create a manual workflow to create tags
  • Trigger package creation on release publish
  • Setup to not run CodeQL when pull request do not change code

Confirm the following

  • I started this PR by branching from the head of the default branch
  • I have targeted the PR to merge into the default branch
  • I have included unit tests for the issue/feature
  • I have successfully run a local build

- Add build status and OpenSSF Scorecard badges on README file
- Use lock file for restoring NuGet packages
- Set code owners
- Use global.json for .NET setup (workflows)
- Create a manual workflow to create tags
- Trigger package creation on release publish
- Setup to not run CodeQL when pull request do not change code
@skarllot skarllot merged commit a5d0d7b into main Feb 25, 2024
4 checks passed
@skarllot skarllot deleted the refactor-pipeline branch February 25, 2024 14:21
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