Skip to content

Commit

Permalink
Start working on implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jun 5, 2023
1 parent 7e97f8f commit 438c933
Show file tree
Hide file tree
Showing 30 changed files with 148,859 additions and 797 deletions.
46 changes: 35 additions & 11 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,43 @@
---

name: 'Your name here'
name: Verify Tracker
description: Bugzilla and Jira validation for Pull Requests

description: 'Provide a description here'

author: 'Your name or organization here'
branding:
icon: bookmark
color: blue

inputs:
milliseconds: # change this
pr-metadata:
required: true
description: 'input description here'
default: 'default value if applicable'
default: ${{ github.event.number }}
description: Pull Request metadata

runs:
using: 'node16'
main: 'dist/index.js'
bugzilla-tracker:
description: Bugzilla tracker ID
jira-tracker:
description: Jira tracker ID

component:
required: true
description: Component name

bugzilla-instance:
description: Bugzilla instance URL
default: https://bugzilla.redhat.com
bugzilla-api-token:
description: Bugzilla API TOKEN

...
jira-instance:
description: Jira instance URL
default: https://issues.redhat.com
jira-api-token:
description: Jira API TOKEN

token:
required: true
description: GitHub TOKEN or PAT

runs:
using: node16
main: dist/index.js
3 changes: 3 additions & 0 deletions dist/action.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions dist/action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions dist/bugzilla.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions dist/bugzilla.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/bugzilla.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions dist/events.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions dist/events.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/events.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions dist/file.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 438c933

Please sign in to comment.