File tree Expand file tree Collapse file tree 7 files changed +54
-14
lines changed
Expand file tree Collapse file tree 7 files changed +54
-14
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,13 @@ name: 🏷️ Pull Request Labeler
77on :
88 - pull_request_target
99
10+ permissions :
11+ contents : read
12+
1013jobs :
1114 labeler :
1215 name : Labeler
1316 permissions :
14- contents : read
1517 pull-requests : write
1618 uses : voxpupuli/crafty/.github/workflows/labeler.yml@main
1719 with :
Original file line number Diff line number Diff line change 1+ ---
2+ name : Markdown Lint
3+
4+ on :
5+ pull_request :
6+ branches :
7+ - main
8+ workflow_dispatch :
9+
10+ permissions :
11+ contents : read
12+
13+ jobs :
14+ markdown-lint :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - uses : actions/checkout@v5
18+ - uses : DavidAnson/markdownlint-cli2-action@v20
19+ with :
20+ globs : ' **/*.md'
Original file line number Diff line number Diff line change 99 tags :
1010 - ' *'
1111
12+ permissions :
13+ contents : read
14+
1215jobs :
1316 release :
1417 name : Release
15- permissions :
16- contents : read
1718 uses : voxpupuli/crafty/.github/workflows/release.yml@main
1819 with :
1920 allowed_owner : voxpupuli
Original file line number Diff line number Diff line change 1+ ---
2+ # Managed by modulesync - DO NOT EDIT
3+ # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4+
5+ ignores :
6+ - .github/**
7+ - .idea/**
8+ - .vendor/**
9+ - .vscode/**
10+ - CHANGELOG.md
11+ - test/**
12+ - vendor/**
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ # Managed by modulesync - DO NOT EDIT
3+ # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4+
5+ default : true
6+
7+ line-length :
8+ line_length : 210
9+
10+ no-inline-html :
11+ allowed_elements :
12+ - br
13+
14+ descriptive-link-text : false
Original file line number Diff line number Diff line change 1+ <!-- Managed by modulesync - DO NOT EDIT -->
2+ <!-- https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ -->
13# Release
24
35## On a fork
You can’t perform that action at this time.
0 commit comments