Skip to content

Commit

Permalink
Merge branch 'main' into timrogers/draft-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcosta7 committed Jul 21, 2022
2 parents ebd4dc5 + 0af0b18 commit 1809404
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 86 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# actions/add-to-project

Use this action to automatically add the current issue or pull request to a GitHub project.
Note that this is for [GitHub projects
(beta)](https://docs.github.com/en/issues/trying-out-the-new-projects-experience/about-projects),
not the original GitHub projects.
Use this action to automatically add the current issue or pull request to a [GitHub project](https://docs.github.com/en/issues/trying-out-the-new-projects-experience/about-projects).
Note that this action does not support [GitHub projects (classic)](https://docs.github.com/en/issues/organizing-your-work-with-project-boards).

## Current Status

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Add To GitHub Projects Beta
description: Automatically add issues and PRs to GitHub projects beta
name: Add To GitHub projects
description: Automatically add issues and PRs to GitHub projects
author: GitHub
branding:
icon: table
Expand Down
150 changes: 75 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"devDependencies": {
"@github/prettier-config": "^0.0.4",
"@types/jest": "^27.5.0",
"@types/node": "~16.11.43",
"@typescript-eslint/parser": "^5.30.6",
"@types/node": "~16.11.45",
"@typescript-eslint/parser": "^5.30.7",
"@vercel/ncc": "^0.34.0",
"concurrently": "^7.2.2",
"eslint": "^8.19.0",
"concurrently": "^7.3.0",
"eslint": "^8.20.0",
"eslint-plugin-github": "^4.3.6",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^27.5.1",
"prettier": "2.7.1",
Expand Down

0 comments on commit 1809404

Please sign in to comment.