mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
chore: ignore bot pull requests
This commit is contained in:
parent
f9c77334b4
commit
af6c2b19f3
4
.github/workflows/contributors.yml
vendored
4
.github/workflows/contributors.yml
vendored
|
@ -19,8 +19,8 @@ jobs:
|
|||
const { repo: { owner, repo } } = context;
|
||||
const pr = context.payload.pull_request;
|
||||
|
||||
if (pr.user.login === "JanDeDobbeleer") {
|
||||
console.log('No credit for maintainer, stop processing');
|
||||
if (pr.user.id === 2492783 || pr.user.id === 46447321) {
|
||||
console.log('No credit for maintainer/bot, stop processing');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue