Doxygen Build¶
Ensure contributors sign to agree to contribution guidelines, while making a PR.
Inputs¶
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|---|---|---|---|---|
| push_branch | string | true | Which branch to update cla.json on |
Outputs¶
No outputs.
Secrets¶
No secrets.
Example Usage¶
name: 📜 Contribution Guidelines
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
permissions:
actions: write
contents: write
pull-requests: write
statuses: write
jobs:
sign:
uses: hotosm/gh-workflows/.github/workflows/cla_sign.yml@3.5.0
with:
push_branch: dev
secrets: inherit