the-fair-cookbook icon indicating copy to clipboard operation
the-fair-cookbook copied to clipboard

github action for twitter message from PR merge on main

Open proccaserra opened this issue 1 year ago • 0 comments

To generate a twitter message based on commit messages and tag

  • [x] investigate https://github.com/ethomson/send-tweet-action
  • [ ] get latest commit message: git log -1 --pretty=%B
  • [ ] define the tweeter=message to enable publication of a tweet: only if {tweeter} is found
  • [ ] recommending using 'squashing commits on merge' option in PR.
  • [ ] get the secrets information to be added to the github secrets

proccaserra avatar Sep 28 '22 11:09 proccaserra