opticSquid / hive

Social Media Management Platform using MERN stack
BSD 3-Clause "New" or "Revised" License
28 stars 17 forks source link

Changed the event for which greeting workflow runs #25

Closed opticSquid closed 2 years ago

opticSquid commented 2 years ago

The wok flow now runs on pull_request_event rather on pull_request.

On pull_request_event it uses the secrets from the main repo's target branch rather using it from the contributor's repo..

It was done so that the error which was arising when a PR was raised from a fork can be averted

Describe about the changes that you made in your PR and also mentioning why it was necessary to do so. If this PR is a reply to any issue, then link the issue here too.

Check to be made before PR