Skip to content

Commit 0af0b18

Browse files
authored
Merge pull request #157 from actions/non-beta-projects
Remove beta references
2 parents f111c2a + c8dd399 commit 0af0b18

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# actions/add-to-project
22

3-
Use this action to automatically add the current issue or pull request to a GitHub project.
4-
Note that this is for [GitHub projects
5-
(beta)](https://docs.github.com/en/issues/trying-out-the-new-projects-experience/about-projects),
6-
not the original GitHub projects.
3+
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).
4+
Note that this action does not support [GitHub projects (classic)](https://docs.github.com/en/issues/organizing-your-work-with-project-boards).
75

86
## Current Status
97

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Add To GitHub Projects Beta
2-
description: Automatically add issues and PRs to GitHub projects beta
1+
name: Add To GitHub projects
2+
description: Automatically add issues and PRs to GitHub projects
33
author: GitHub
44
branding:
55
icon: table

0 commit comments

Comments
 (0)