mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
workflows/labels: small refactor
To avoid having a diff when moving the file in the next commit.
(cherry picked from commit e90c62d5ab)
This commit is contained in:
committed by
github-actions[bot]
parent
7ab9bab2e6
commit
6f570b6fb8
2
.github/workflows/labels.yml
vendored
2
.github/workflows/labels.yml
vendored
@@ -377,7 +377,7 @@ jobs:
|
||||
github.rest.search.issuesAndPullRequests,
|
||||
{
|
||||
q: [
|
||||
`repo:"${process.env.GITHUB_REPOSITORY}"`,
|
||||
`repo:"${context.repo.owner}/${context.repo.repo}"`,
|
||||
'is:open',
|
||||
`updated:>=${cutoff.toISOString()}`
|
||||
].join(' AND '),
|
||||
|
||||
Reference in New Issue
Block a user