Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
prestist committed Sep 29, 2023
1 parent ad7491c commit 03eb36f
Show file tree
Hide file tree
Showing 27 changed files with 1,413 additions and 3,308 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ updates:
- dependabot
- actions
schedule:
interval: daily
interval: monthly

- package-ecosystem: npm
directory: /
labels:
- dependabot
- npm
schedule:
interval: daily
interval: monthly
60 changes: 0 additions & 60 deletions .github/workflows/ci.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

34 changes: 34 additions & 0 deletions .github/workflows/create-meeting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Create Meeting Issue
env:
GITHUB_TOKEN: ${{ github.token }}

on:
workflow_dispatch:
schedule:
- cron: '0 9 * * WED'

jobs:
meeting-issue:
name: Create FCOS Meeting Issue
runs-on: ubuntu-latest
permissions: write-all

steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4

- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm

- name: Install Dependencies
id: npm-ci
run: npm ci

- name: Local Action
id: meeting-issue
uses: ./
17 changes: 0 additions & 17 deletions __tests__/index.test.ts

This file was deleted.

80 changes: 0 additions & 80 deletions __tests__/main.test.ts

This file was deleted.

25 changes: 0 additions & 25 deletions __tests__/wait.test.ts

This file was deleted.

18 changes: 3 additions & 15 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
name: 'The name of your action here'
name: 'FCOS Meeting issue'
description: 'Provide a description here'
author: 'Your name or organization here'

# Define your inputs here.
inputs:
milliseconds:
description: 'Your input description here'
required: true
default: '1000'

# Define your outputs here.
outputs:
time:
description: 'Your output description here'
author: 'prestist'

runs:
using: node20
main: dist/index.js
main: dist/index.js
74 changes: 74 additions & 0 deletions dist/actionItems.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/actionItems.js.map

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

Loading

0 comments on commit 03eb36f

Please sign in to comment.