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

🔧 (close-pr.yaml): Add condition to skip workflow for forked repositories to optimize resource usage #2447

Merged
merged 3 commits into from
Oct 9, 2024

Commits on Oct 9, 2024

  1. 🔧 (close-pr.yaml): add condition to skip workflow for forked reposito…

    …ries
    
    Add a conditional check to ensure the workflow only runs on pull requests from the main repository, not from forks. This prevents unnecessary execution of the workflow on forked repositories, optimizing resource usage and maintaining focus on relevant pull requests.
    MrHinsh committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4851b8e View commit details
    Browse the repository at this point in the history
  2. 📝 (main.yml): update release description with funding and sponsorship…

    … information
    
    Add information about funding and sponsorship options to the release description in the GitHub Actions workflow. This change aims to inform users about how the development of the tool is funded and provide links for sponsoring a feature or hiring the team directly. This addition helps in promoting transparency and potentially increasing financial support for the project.
    MrHinsh committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f6995a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e66cf1 View commit details
    Browse the repository at this point in the history