deep5050 / MastJokeMara

GitHub workflow to greet with a random joke on new isssue or PR :)
MIT License
11 stars 1 forks source link

message not working for PRs. #49

Closed mayankmohak closed 3 years ago

mayankmohak commented 4 years ago

Describe the bug I think there is some bug in the bot message for PR. View pr #48

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

github-actions[bot] commented 4 years ago

Hi, @mayankmohak, Thanks for your contribution :blue_heart: . Contributors :people_holding_hands: like you make the open source community :earth_africa: such an amazing place to learn :book: , inspire :angel:, and create :art: . We will investigate :eyes: and get back to you as soon as possible :+1: . Just make sure you have given us sufficient information :information_source:.

By that time enjoy this joke :point_down: , hope you like it :smile:

Why did the programmer jump on the table? Because debug was on his screen.

Use this action on your projects.

deep5050 commented 4 years ago

https://github.community/t/github-actions-are-severely-limited-on-prs/18179

GitHub doesn't allow access to a fork based pull request from a workflow yet! Once they add this support I'll change code accordingly.

mayankmohak commented 4 years ago

i am leaving it opened for others to have a reference.

mayankmohak commented 4 years ago

Can you make a branch without a PR_greet as it is failing for forked pull request and it doesn't allow msg on owners pr so no need of it i think for now.

github-actions[bot] commented 4 years ago

Hi, @mayankmohak, Thanks for your contribution :blue_heart: . Contributors :people_holding_hands: like you make the open source community :earth_africa: such an amazing place to learn :book: , inspire :angel:, and create :art: . We will investigate :eyes: and get back to you as soon as possible :+1: . Just make sure you have given us sufficient information :information_source:.

By that time enjoy this joke :point_down: , hope you like it :smile:

So what's a set of predefined steps the government might take to preserve the environment? An Al-Gore-ithm.

Use this action on your projects.

deep5050 commented 4 years ago

I'm planning for converting it to a GitHub marketplace app. A github app has read and write permission to a Pull Request. For now just remove the pull request are under workflow yaml file. I'm having a busy schedule so don't know when I will start doing so.

I'm looking for contributors for this repo and the next app.

mayankmohak commented 4 years ago

Ok thanks a lot dear.

deep5050 commented 3 years ago

Use memes instead of jokes on new issues memes-on-issues

deep5050 commented 3 years ago

GitHub has added a few things in the action API. I think it is now possible .

create-issue-branch[bot] commented 3 years ago

Branch issue-49-message_not_working_for_PRs created!

deep5050 commented 3 years ago

Hi @mayankmohak This action now supports commenting on fork-based pull requets. check readme and update your workflow accordingly. Inform other project owners too.

Thanks