Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
prestist committed Oct 4, 2023
1 parent 4d1803b commit d0a3a39
Show file tree
Hide file tree
Showing 8 changed files with 30,876 additions and 21 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-meeting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ jobs:
- name: Local Action
id: meeting-issue
uses: ./
with:
issueTitle: 'FCOS Meeting Checklist'
rootURLMeetingLogs: 'https://meetbot-raw.fedoraproject.org/teams/fedora_coreos_meeting/'
trackingRepo: 'coreos/fedora-coreos-tracker'
14 changes: 14 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ name: 'FCOS Meeting issue'
description: 'Create a issue for FCOS Meeting checklist'
author: 'prestist'

inputs:
issueTitle:
description: 'issue title to be created for meeting checklist'
required: true
default: 'FCOS Meeting Checklist'
rootURLMeetingLogs:
description: 'Root URL past meeting logs'
required: true
default: 'https://meetbot-raw.fedoraproject.org/teams/fedora_coreos_meeting/'
trackingRepo:
description: 'Where the meeting topic issues are found'
required: true
default: 'coreos/fedora-coreos-tracker'

runs:
using: node20
main: dist/index.js
Loading

0 comments on commit d0a3a39

Please sign in to comment.