actions / add-to-project

Automate adding issues and pull requests to GitHub projects
MIT License
545 stars 95 forks source link

Create "v1" tag for automatically following this action's updates without modifying workflows #563

Open rhysd opened 5 months ago

rhysd commented 5 months ago

I'd like to suggest to create a v1 tag for making users automatically follow v1.x.y updates without modifying their workflows like other actions in actions organization doing (e.g. actions/checkout@v4).

I know that Dependabot can automatically maintain the versions of actions used in workflow. But they require PR reviews and some people (including me) would not want to spare time for them.

GuySartorelli commented 3 months ago

I came here with the intention to create this exact issue.

MasterOdin commented 1 month ago

The actions/setup-node repo uses https://github.com/actions/publish-action which looks like it makes it pretty simple to set this up: https://github.com/actions/setup-node/blob/26961cf329f22f6837d5f54c3efd76b480300ace/.github/workflows/release-new-action-version.yml