github-community-projects / private-mirrors

A GitHub App that allows you to contribute upstream using private mirrors of public projects
MIT License
125 stars 13 forks source link

chore: remove pull_request target if we already have pull_request_target #145

Closed jmeridth closed 3 months ago

jmeridth commented 3 months ago

We learned that release will run twice if pull_request_target target is on a GitHub Action, if pull_request target is alson on the action. We need pull_request_target action to allow us to detect the labels on forked pull requests. Auto labeller action has same problem. This change prevents the double runs.

Pull Request

Proposed Changes

Readiness Checklist

Author/Contributor

Reviewer