mirror of
https://github.com/primer/css.git
synced 2024-11-28 04:43:05 +03:00
string
This commit is contained in:
parent
2809caa435
commit
afe205c326
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
if (!process.env.RELEASE) { return }
|
||||
if (process.env.RELEASE == 'undefined') { return }
|
||||
const issue = await github.issues.get({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
|
Loading…
Reference in New Issue
Block a user