This repository provides GitHub workflows and templates for managing pull requests and other repository-related tasks.
The purpose of the akaday/.github repository is to provide GitHub workflows and templates for managing pull requests and other repository-related tasks.
- The repository contains workflows, such as the
auto-close-prworkflow, which automatically closes pull requests from non-staff members. This workflow is defined in.github/workflows/auto-close-pr.ymlandworkflow-templates/auto-close-pr.yml. - The repository also includes a
profile/README.mdfile that provides information and resources for the GitHub Community, including guidelines, documentation, and ways to participate. - The
workflow-templates/auto-close-pr.properties.jsonfile provides metadata for theauto-close-prworkflow, including its name and description.
- Ensure that the necessary secrets are configured in your repository settings.
- Add the workflow files to the appropriate directories in your repository.
- Customize the workflow files as needed to suit your repository's requirements.
- Commit and push the changes to your repository.
The auto-close-pr workflow automatically closes pull requests from non-staff members. It is defined in the .github/workflows/auto-close-pr.yml and workflow-templates/auto-close-pr.yml files. The workflow checks if the pull request author is a member of the organization. If the author is not a member, the workflow closes the pull request and leaves a comment explaining the reason.
For additional resources and information, please refer to the profile/README.md file.
We do not accept external contributions to this repository.
For support or inquiries, please contact the repository maintainers.