cloud-native-aixmarseille/Meetup issue linter action
This action lint the meetup issue for required fields and format
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issue-number | The issue number to lint. | yes | — |
| issue-parsed-body | The parsed issue body. See <https://github.com/issue-ops/parser>. | yes | — |
| hosters | JSON List of hosters to update. Example: `["Hoster 1", "Hoster 2"]`. | yes | — |
| speakers | JSON List of speakers with name and URL. Example: `[{"name": "Speaker One", "url": "https://example.com/speaker1"}, {"name": "Speaker Two", "url": "https://example.com/speaker2"}]`. | yes | — |
| should-fix | Whether to fix the issue or not. | no | true |
| fail-on-error | Whether to fail on error or not. | no | true |
| github-token | The GitHub token with permissions to update the issue. | yes | — |
Outputs
| name | description |
|---|---|
| lint-issues | List of issues found in the meetup issue. |