Skip to content

Commit

Permalink
ci(cla): Move to .github/custom
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Apr 18, 2024
1 parent 9b1015f commit 5720c41
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/custom/cla-signatures.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-signatures: 'signatures/version1/cla.json'
path-to-signatures: '.github/custom/cla-signatures.json'
path-to-document: 'https://github.com/skyblock-finance/skyblock-finance-opensource/blob/master/CLA.md'
branch: 'main' # branch should not be protected
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github/custom/cla-signatures.json
7 changes: 6 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ export default tseslint.config(
* @see {@link https://eslint.org/docs/latest/use/configure/ignore#ignoring-files}
*/
{
ignores: ['**/dist/**', '**/.turbo/**', 'packages/schemas/data/*.json'],
ignores: [
'**/dist/**',
'**/.turbo/**',
'.github/custom/cla-signatures.json',
'packages/schemas/data/*.json',
],
},
{
extends: [...eslintConfig.configs.default],
Expand Down
12 changes: 0 additions & 12 deletions signatures/version1/cla.json

This file was deleted.

0 comments on commit 5720c41

Please sign in to comment.