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

Add missing permissions to actions publish #16097

Merged
merged 2 commits into from
Oct 9, 2023

Commits on Oct 8, 2023

  1. Add close pr to actions publish

    This commit enhances the publish actions script by
    including a step to close the pull request after
    committing the changes. The existing script deletes
    the branch after pushing the commits, but lacks
    the functionality to close the associated PR.
    jameelkaisar committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    61c030b View commit details
    Browse the repository at this point in the history
  2. Add missing permissions to actions publish

    This commit adds the missing permissions to the
    actions publish script. The 'contents: write'
    permission is required to publish releases and
    the 'pull-requests: write' permission is required
    to close the pull request after the changes are committed.
    jameelkaisar committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    2779b8e View commit details
    Browse the repository at this point in the history