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

Update GitHub Actions: Upgrade create-pull-request and Enhance Workflow Configurations #2537

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

Ludy87
Copy link
Contributor

@Ludy87 Ludy87 commented Dec 22, 2024

Description

Changes

This Pull Request updates multiple GitHub Actions workflows and refines the configuration of the create-pull-request action:

  1. Upgrade create-pull-request Action:

    • Updated from version v6.1.0 (c5a7806660adbe173f04e3e038b0ccdcd758773c) to version v7.0.5 (5e914681df9dc83aa4e4905692ca88beb2f9e91f) in the following workflows:
      • licenses-update.yml
      • sync_files.yml
  2. New Options for create-pull-request:

    • sign-commits: true: Enables commit signing for created pull requests.
    • Extended Labels:
      • Workflow licenses-update.yml: Added the github-actions label.
      • Workflow sync_files.yml: Added the github-actions label.
      • Workflow update-translations.yml: Added the github-actions label.

Motivation

  • Security and Feature Improvements: Upgrading to the latest version of peter-evans/create-pull-request ensures access to bug fixes and new features.
  • Consistency and Automation: Adding the sign-commits option enhances transparency and traceability of changes.
  • Improved Organization: Adding labels helps filter and track pull requests created by GitHub Actions workflows.

Impact

  • All pull requests generated by these workflows will now include signed commits and be labeled correctly with the updated labels.
  • These changes do not affect the functionality of the workflows beyond the described adjustments.

Please review and approve!

Checklist

  • I have read the Contribution Guidelines
  • I have performed a self-review of my own code
  • I have attached images of the change if it is UI based
  • I have commented my code, particularly in hard-to-understand areas
  • If my code has heavily changed functionality I have updated relevant docs on Stirling-PDFs doc repo
  • My changes generate no new warnings
  • I have read the section Add New Translation Tags (for new translation tags only)

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Dec 22, 2024
@Ludy87 Ludy87 added Priority: Medium Issues or pull requests with medium priority Security Security-related issues or pull requests labels Dec 22, 2024
@Frooodle Frooodle merged commit 50fb665 into Stirling-Tools:main Dec 22, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Github Priority: Medium Issues or pull requests with medium priority Security Security-related issues or pull requests size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants