ci: add gh action workflow definition for F5 CLA automation by TasoOneAsia · Pull Request #661 · nginx/nginx-prometheus-exporter (original) (raw)
Proposed changes
Adds a GH action workflow file (.github/workflows/f5-cla.yml
) for F5 contributor license agreement (CLA) automation and compliance. This action is configured to target a shared signature store for F5 Open Source projects and will prompt contributors, upon pull request to main
, to sign the F5 CLA if they have not already done so.
As part of the configuration for this project, the following GitHub usernames were whitelisted as maintainers:
Dean-Coakley
pleshakov
lucacome
Checklist
Before creating a PR, run through this checklist and mark each as complete.
- I have read the CONTRIBUTING
guide - I have proven my fix is effective or that my feature works
- I have checked that all unit tests pass after adding my changes
- I have ensured the README is up to date
- I have rebased my branch onto main
- I will ensure my PR is targeting the main branch and pulling from my branch on my own fork