mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 14:26:48 +00:00
2
.github/workflows/issue-triager.yml
vendored
2
.github/workflows/issue-triager.yml
vendored
@@ -30,8 +30,6 @@ jobs:
|
|||||||
repo: context.repo.repo
|
repo: context.repo.repo
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(JSON.stringify(context.issue));
|
|
||||||
|
|
||||||
const isAnnouncement = issueLabels.data && issueLabels.data
|
const isAnnouncement = issueLabels.data && issueLabels.data
|
||||||
.map(label => label.name)
|
.map(label => label.name)
|
||||||
.includes('Announcement');
|
.includes('Announcement');
|
||||||
|
|||||||
Reference in New Issue
Block a user