Compare commits

..

1 Commits

Author SHA1 Message Date
Matthew Costabile
6ee18b2470 Update README.md 2023-07-25 08:13:14 -04:00
8 changed files with 1015 additions and 1132 deletions

View File

@@ -1,21 +0,0 @@
name: Add new Issues with `bug` label to `Projects Shared FR Triage`
on:
issues:
types:
- opened
pull_request:
types:
- opened
permissions:
contents: read
jobs:
add-to-triage-project:
name: Add issue or pull request to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@d8e41a41861baa4c7af88a39f7692681e89f6668
with:
project-url: https://github.com/orgs/github/projects/4017
github-token: ${{ secrets.PROJECTS_FR_PROJECT_UPDATE_TOKEN }}

View File

@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/setup-node@v3

View File

@@ -38,7 +38,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: npm ci
- name: Install licensed
run: |

View File

@@ -13,7 +13,7 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: |
npm install
- run: |

View File

@@ -7,7 +7,7 @@ Note that this action does not support [GitHub projects (classic)](https://docs.
[![build-test](https://github.com/actions/add-to-project/actions/workflows/test.yml/badge.svg)](https://github.com/actions/add-to-project/actions/workflows/test.yml)
> **NOTE:** ⚠️ This action no longer uses the deprecated ProjectNext API. If you are looking for the old version of that action, use version [v0.0.5](https://github.com/actions/add-to-project/releases/tag/v0.0.5).
> **NOTE:** ⚠️ This action no longer uses the deprecated ProjectNext API. If you are looking for the old version of that action, use version [v0.0.3](https://github.com/actions/add-to-project/releases/tag/v0.0.3).
## Usage

2094
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,20 +13,20 @@
},
"devDependencies": {
"@github/prettier-config": "^0.0.6",
"@types/jest": "^29.5.4",
"@types/node": "16.18.51",
"@typescript-eslint/parser": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@vercel/ncc": "^0.38.0",
"concurrently": "^8.2.1",
"eslint": "^8.49.0",
"eslint-plugin-github": "^4.10.0",
"@types/jest": "^29.5.3",
"@types/node": "16.18.39",
"@typescript-eslint/parser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@vercel/ncc": "^0.36.1",
"concurrently": "^8.2.0",
"eslint": "^8.45.0",
"eslint-plugin-github": "^4.9.2",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.7.0",
"prettier": "3.0.3",
"jest": "^29.6.1",
"prettier": "3.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
"typescript": "^5.1.6"
},
"keywords": [
"actions",