We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f156c0d commit dd7e9e0Copy full SHA for dd7e9e0
.github/workflows/process-issue.yml
@@ -13,7 +13,7 @@ permissions:
13
14
jobs:
15
validate:
16
- name: Validate Request
+ name: Process Issue Open/Edit
17
runs-on: ubuntu-latest
18
19
if: contains(github.event.issue.labels.*.name, 'gh-intermediate-class')
.gitignore
@@ -59,8 +59,9 @@ Thumbs.db
59
# Extra
60
tmp/
61
.env
62
+local/
63
64
# Testing output
65
junit.xml
66
-megalinter-reports
67
+megalinter-reports
0 commit comments