generated from danurbanowicz/eleventy-netlify-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: if double quotes fixes the var test: if double quotes fixes the var fix: bump autoupdate-action to latest verion fix: revert bad docker tag change feat: test different auto update action chore: update dependabot frequency fix: resolved GHA permissions feat: fix lable GHA config test: update labeler GHA test: simplify labler config test: labeler chore: enable sync-labels fix: labeler fmt
- Loading branch information
1 parent
8d06f61
commit 081d0f8
Showing
5 changed files
with
49 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ updates: | |
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
interval: "daily" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,34 @@ | ||
# Add to any change to .txt files within the entire repository. Quotation marks are required for the leading asterisk | ||
# https://github.com/actions/labeler/#match-object | ||
|
||
config: | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: [ | ||
'.eleventy.config.images.js', | ||
'.eleventy.js', | ||
'.eleventyignore', | ||
'.gitignore', | ||
] | ||
|
||
post: | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: ['posts/*/*.md'] | ||
|
||
image: | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: [ | ||
'posts/*/*.jpg', | ||
'posts/*/*.png', | ||
] | ||
|
||
format: | ||
- '**/*.njk' | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: ['**/*.njk'] | ||
|
||
GitHub: | ||
- '.github/*' | ||
|
||
config: | ||
- '.eleventy.config.images.js' | ||
- '.eleventy.js' | ||
- '.eleventyignore' | ||
- '.gitignore' | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: ['.github/*'] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: PR Labeler | ||
|
||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
pr-label: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
sync-labels: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"cSpell.words": [ | ||
"eleventy", | ||
"eleventyignore", | ||
"gemdown", | ||
"linkify", | ||
"prebuild", | ||
|