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

Bugfix #67

Merged
merged 8 commits into from
May 30, 2024
Merged

Bugfix #67

merged 8 commits into from
May 30, 2024

Conversation

rajbos
Copy link

@rajbos rajbos commented May 30, 2024

This pull request involves several updates to the GitHub workflows and related files to improve automation, security, and maintenance. The major changes include updating the Dependabot schedule, adding new workflows for approving Dependabot PRs, auto-assigning issues and PRs, scanning code, and checking semantic versioning. It also introduces a changelog in the release workflow and modifies the action to get the current git tag.

Changes to Dependabot and release workflows:

  • .github/dependabot.yml: Updated the schedule for Dependabot to check updates from daily at 04:00 to monthly at 19:00 for both npm and GitHub Actions ecosystems.
  • .github/release.yml: Introduced a changelog with categories for improvements, dependency updates, and other changes.

New workflows:

Changes to existing workflows:

Changes to action and documentation:

  • action.yml: Updated the action to get the current git tag, added an option to set a default version, and updated the runtime to Node.js 16.
  • main.js: Modified the main function to handle the case when the ref is not a tag and a default version is set.
  • README.md: Updated the documentation to reflect the changes in the action and usage. [1] [2]
  • package.json: Updated the @actions/core dependency to version 1.10.1.

@rajbos rajbos merged commit 2fbf7f4 into main May 30, 2024
4 of 6 checks passed
@rajbos rajbos deleted the bugfix branch May 30, 2024 20: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.

1 participant