actions-marketplace-validations/Sticky description
GitHub Action that publishes sticky message to Pull Request or Issue description.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT. | — | ${{ github.token }} |
| issue_number | Pull Request or Issue number. | yes | — |
| marker | Marker of a message to update the same part of the text in the Issue description. | — | sticky-message |
| message | A message that is added or updated in Pull Request or Issue description. | yes | — |
Outputs
no outputs