Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Opt-out PRs that have the backport/manual label (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
yardenshoham authored Mar 2, 2023
1 parent 09004ba commit 4a9cd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const fetchCandidates = async (giteaMajorMinorVersion: string) => {
const response = await fetch(
`${GITHUB_API}/search/issues?q=` +
encodeURIComponent(
`is:pr is:merged label:backport/v${giteaMajorMinorVersion} -label:backport/done repo:go-gitea/gitea`,
`is:pr is:merged label:backport/v${giteaMajorMinorVersion} -label:backport/done -label:backport/manual repo:go-gitea/gitea`,
),
{ headers: HEADERS },
);
Expand Down

0 comments on commit 4a9cd15

Please sign in to comment.