Skip to content

Commit dd7e9e0

Browse files
committed
Update workflow
1 parent f156c0d commit dd7e9e0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/process-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
validate:
16-
name: Validate Request
16+
name: Process Issue Open/Edit
1717
runs-on: ubuntu-latest
1818

1919
if: contains(github.event.issue.labels.*.name, 'gh-intermediate-class')

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ Thumbs.db
5959
# Extra
6060
tmp/
6161
.env
62+
local/
6263

6364
# Testing output
6465
junit.xml
6566

66-
megalinter-reports
67+
megalinter-reports

0 commit comments

Comments
 (0)