neuralmesh / apimesh

Serves as the template to enable llms in any gihub project
GNU General Public License v3.0
0 stars 2 forks source link

testing for issueblogger #23

Closed m-c-frank closed 7 months ago

m-c-frank commented 7 months ago

this is just to apply and reaplly the blog tag

github-actions[bot] commented 7 months ago

A good solution would be to use the "git tag" command to apply and reapply the "blog" tag. This can be done by running the following commands:

  1. git tag -a blog <commit_id> - This creates a new tag with the name "blog" and attaches it to the specified commit.
  2. git push origin --tags - This will push all tags to the remote repository.
  3. git tag -d blog - This will delete the tag "blog".
  4. git push origin :refs/tags/blog - This will delete the tag "blog" from the remote repository.
m-c-frank commented 7 months ago

no i mean the gh cli with gh issue edit $ISSUE_NUMBER --add-label blog

m-c-frank commented 7 months ago

but i think this is almost complete? lets try once more

m-c-frank commented 7 months ago

seems to work pretty good for now