Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub Actions SDK #22

Closed
constgen opened this issue Mar 20, 2023 · 1 comment · Fixed by #23
Closed

Use GitHub Actions SDK #22

constgen opened this issue Mar 20, 2023 · 1 comment · Fixed by #23

Comments

@constgen
Copy link

Not an issue, but a proposal. You can avoid a ton of unnecessary code if reuse GitHub Actions programmatic NodeJS API. The example of such JavaScript code can be found in this article https://levelup.gitconnected.com/how-to-move-a-git-tag-using-github-actions-e23a523eb325

You would be able to remove fetch utility and other boilerplate code

@thadguidry
Copy link
Collaborator

thadguidry commented Mar 21, 2023

Yeap, thanks that's what I saw also. I talked about this with @wardellbagby in PR #17. Specifically this resolved conversation: https://github.com/dev-drprasad/delete-tag-and-release/pull/17/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519

@constgen Could you offer your help to begin that migration work in a draft PR? I'd love to have your knowledge and would gladly welcome the help since I'm only helping maintain this now with total community help and don't have deep JS knowledge myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants