arpc/dependabot-tickets
This action creates a FogBugz and AgilePlace Planview ticket for Dependabot pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 29, 2025
- License
- ISC
Pinned Snippet
uses: arpc/dependabot-tickets@562782323d100614e847bd1442f73dcc63e31793 # v0.2.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| fogbugz_api_url | The URL of your FogBugz API | yes | — |
| fogbugz_token | Your FogBugz API token | yes | — |
| fogbugz_project | The name of your FogBugz Project | yes | — |
| fogbugz_subproject | The subproject name of your FogBugz Project this is prepended to the Title because FB does not have subprojects | no | — |
| fogbugz_category | The name of your FogBugz Category | yes | — |
| ignore_fb_error | Whether to ignore FogBugz errors | no | false |
| planview_api_url | The URL of your Planview API | yes | — |
| planview_auth | Your Planview API token | yes | — |
| planview_board_id | The ID of your Planview Board | yes | — |
| planview_lane_id | The ID of your Planview Lane to put the tickets | yes | — |
| planview_type_id | The type of ticket to create | yes | — |
| users | The user making the pull request. Set to "dependabot" | yes | dependabot |
Outputs
| name | description |
|---|---|
| fogbugz_id | The FogBugz case number created |
| planview_id | The Planview ticket id created |