Skip to content

Commit

Permalink
Merge pull request #3146 from near/master
Browse files Browse the repository at this point in the history
Release 2024-11-21
  • Loading branch information
thisisjoshford authored Nov 27, 2024
2 parents 577e32f + 430acad commit 5c07974
Show file tree
Hide file tree
Showing 10 changed files with 191 additions and 1,023 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/add-to-devtools.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'Add to DevTools Project'

on:
issues:
types:
- opened
- reopened
pull_request:
types:
- opened
- reopened

jobs:
add-to-project:
name: Add issue/PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# add to DevTools Project #156
project-url: https://github.com/orgs/near/projects/156
github-token: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"javascript"
Expand Down
Loading

0 comments on commit 5c07974

Please sign in to comment.