MAVRICK-1 / EduWeb

https://edu-web-ruby.vercel.app
14 stars 17 forks source link

[Feat]: Workflow for closing issues on merging PR linked to that issue #28

Closed Asymtode712 closed 4 months ago

Asymtode712 commented 4 months ago

Describe the feature

As the repo maintainers have to manually close an issue after merging a PR linked with that issue, I propose a workflow where the issue linked with a PR which be automatically closed when that PR is merged by the maintainer and efforts will be saved.

github-actions[bot] commented 4 months ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

Asymtode712 commented 4 months ago

@MAVRICK-1 please assign me this issue under gssoc'24

MAVRICK-1 commented 4 months ago

@Asymtode712 go ahead

Asymtode712 commented 4 months ago

@MAVRICK-1 Please carry out the steps given below so that this and other workflows can run properly:

Step 1: Create a Personal Access Token (PAT) with repo Permission

1. Navigate to Settings:

2. Go to Developer Settings:

3. Create a New Token:

4. Configure the Token:

5. Generate Token:

Step 2: Assign the Token to GITHUB_TOKEN Environment Variable

1. Navigate to Your Repository:

2. Go to Secrets:

3. Create a New Secret:

MAVRICK-1 commented 4 months ago

change the name of the variable to SECRET_GITHUB_TOKEN

Asymtode712 commented 4 months ago

ok