From c8dd399614a272133ef65d44280e9f51b7b8b63e Mon Sep 17 00:00:00 2001 From: Lukasz Warchol Date: Tue, 19 Jul 2022 14:47:27 +0000 Subject: [PATCH] Remove beta references --- README.md | 6 ++---- action.yml | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0512d352..adfce642 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/action.yml b/action.yml index 82127718..45ec1d02 100644 --- a/action.yml +++ b/action.yml @@ -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