summaryrefslogtreecommitdiff
path: root/.github/workflows/new-issues.yml
diff options
context:
space:
mode:
authorMohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>2022-05-09 05:32:26 +0430
committerMohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>2022-06-11 11:31:21 +0430
commit7e5f75aa37801b9e4e9f0e3fb9f0358cbafb6f63 (patch)
treed89b52220d3c628bc913e52a80acffabc7dbd68c /.github/workflows/new-issues.yml
parent5d7b1a5f1b7ad4add1e6a4b6c43929d171e18544 (diff)
downloadllvm-7e5f75aa37801b9e4e9f0e3fb9f0358cbafb6f63.tar.gz
[github] format and refactor GitHub workflows
Format and refactor the GitHub workflow for consistency. Differential Revision: https://reviews.llvm.org/D125197
Diffstat (limited to '.github/workflows/new-issues.yml')
-rw-r--r--.github/workflows/new-issues.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/new-issues.yml b/.github/workflows/new-issues.yml
index 5a8e79ba8874..97dfc54a7b13 100644
--- a/.github/workflows/new-issues.yml
+++ b/.github/workflows/new-issues.yml
@@ -10,5 +10,5 @@ jobs:
steps:
- uses: andymckay/labeler@1.0.4
with:
- add-labels: "new issue"
+ add-labels: 'new issue'
ignore-if-labeled: true