rudderlabs/Check outdated pods and create issue
Check for outdated pods and create issue in GitHub with the provided title (and other parameters) if it doesn't exist
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| outdated-pod-names | Provide the names of the PODs for which you want to detect outdated versions | yes | — |
| directory | Enter the directory where Podfile is located | yes | — |
| title | Title of the issue. This value is required to create or edit the issue | — | — |
| body | Description of the issue. Leave it blank for predefined update message | — | — |
| assignee | Provide the Github ID of the person who will be assigned to the new issue | — | — |
| labels | Provide the label for the issue | — | — |
| color | Provide the colors for the label | — | FBCA04 |
Outputs
| name | description |
|---|---|
| issue-url | The URL of the created or edited GitHub issue |
| has-outdated-pod | A flag that indicates whether any outdated pods were detected |