generated from probot/example-github-action
-
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.
- Loading branch information
1 parent
4124b3b
commit 5ec6833
Showing
27 changed files
with
3,851 additions
and
137,329 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 |
---|---|---|
@@ -1,6 +1,3 @@ | ||
* text=auto eol=lf | ||
* text=auto | ||
|
||
/.yarn/** linguist-vendored | ||
/.yarn/releases/* binary | ||
/.yarn/plugins/**/* binary | ||
/.pnp.* binary linguist-generated | ||
*.json text linguist-language=JSON-with-comments |
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,14 +1,24 @@ | ||
{ | ||
$schema: 'https://docs.renovatebot.com/renovate-schema.json', | ||
extends: ['github>bfra-me/renovate-config#v2.3.2', 'github>bfra-me/renovate-config:automerge/prForCI#v2.3.2'], | ||
extends: ['github>bfra-me/renovate-config#v2.5.0'], | ||
packageRules: [ | ||
{ | ||
matchPackageNames: ['@types/node', 'node', 'nodejs/node'], | ||
allowedVersions: '< 17', | ||
allowedVersions: '>=18', | ||
}, | ||
{ | ||
matchPackageNames: ['npm'], | ||
constraintsFiltering: 'strict', | ||
}, | ||
], | ||
postUpgradeTasks: { | ||
commands: ['yarn install --immutable', 'yarn run build', 'yarn prettier --write .'], | ||
commands: [ | ||
'npm install -g pnpm@8', | ||
'pnpm install --frozen-lockfile --ignore-scripts', | ||
'git checkout -- .npmrc', | ||
'pnpm run build', | ||
'pnpm run format', | ||
], | ||
executionMode: 'branch', | ||
}, | ||
} |
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
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
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
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
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,33 +1,16 @@ | ||
# Update repository settings to match the definitions in .github/settings.yml. | ||
--- | ||
name: Update Repository Settings | ||
name: Update Repo Settings | ||
|
||
'on': | ||
push: | ||
branches: [main] | ||
paths: | ||
- '.github/settings.yml' | ||
- '.github/workflows/update-repo-settings.yaml' | ||
schedule: | ||
- cron: '37 17 * * *' # Every day at 17:37 UTC | ||
workflow_dispatch: | ||
|
||
permissions: {} | ||
|
||
jobs: | ||
update-repo-settings: | ||
name: Update Repository Settings | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Get Workflow Access Token | ||
id: get-workflow-access-token | ||
uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db # v2.1.0 | ||
with: | ||
application_id: ${{ secrets.APPLICATION_ID }} | ||
application_private_key: ${{ secrets.APPLICATION_PRIVATE_KEY }} | ||
permissions: 'administration:write, contents:read, issues:write' | ||
|
||
- name: Update Repository Settings (${{ github.repository_owner }}/.github) | ||
uses: elstudio/actions-settings@v3-beta | ||
env: | ||
GITHUB_TOKEN: ${{ steps.get-workflow-access-token.outputs.token }} | ||
name: Update Repo Settings | ||
secrets: inherit | ||
uses: bfra-me/.github/.github/workflows/update-repo-settings.yaml@0f87da9c405855396974b3b5e21530d35df954ef # v1.1.0 |
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,11 +1,2 @@ | ||
.env | ||
node_modules | ||
/.pnp | ||
.pnp.* | ||
.yarn/* | ||
!.yarn/patches | ||
!.yarn/plugins | ||
!.yarn/releases | ||
!.yarn/sdks | ||
!.yarn/versions | ||
.node-version |
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,10 @@ | ||
--- | ||
$schema: https://raw.githubusercontent.com/DavidAnson/markdownlint-cli2/main/schema/markdownlint-cli2-config-schema.json | ||
config: | ||
# line-length | ||
MD013: false | ||
# no-inline-html | ||
MD033: | ||
allowed_elements: [a, h3, img, p] | ||
# first-line-heading/first-line-h1 | ||
MD041: false |
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,5 @@ | ||
auto-install-peers = true | ||
ignore-workspace-root-check = true | ||
save-exact = true | ||
shell-emulator = true | ||
strict-peer-dependencies = 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,2 +1,3 @@ | ||
dist | ||
.yarn | ||
node_modules | ||
pnpm-lock.yaml |
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
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
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,3 +1,8 @@ | ||
{ | ||
"cSpell.words": ["bfra", "conventionalcommits", "probot"] | ||
"cSpell.words": ["bfra", "conventionalcommits", "probot"], | ||
|
||
"search.exclude": { | ||
"**/dist": true, | ||
"**/node_modules": true | ||
} | ||
} |
Oops, something went wrong.