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

Only run CTS issue workflow when opening PRs; run on base branch #597

Merged
merged 3 commits into from
Aug 2, 2024

Commits on Aug 1, 2024

  1. Only run CTS issue workflow when opening PRs

    Turns out the `pull_request` trigger by default also runs when PRs are
    updated or re-opened. Change to only run on the `opened` activity.
    psalz committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    dd97b44 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Run CTS issue workflow on pull_request_target trigger

    This allows the workflow to access repository secrets even if the
    triggering PR originates from a fork. This has some security
    implications, see the comment within the workflow.
    psalz committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e7a47f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a244dc View commit details
    Browse the repository at this point in the history