Skip to content

Commit

Permalink
add pr-manager action
Browse files Browse the repository at this point in the history
I hate javascript btw
  • Loading branch information
pyrox0 committed Apr 19, 2024
1 parent 96dd1b9 commit 11ca29a
Show file tree
Hide file tree
Showing 7 changed files with 31,789 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/pr-manager/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'PR Manager'
description: 'Update labels, FCP status, and other data for mappings PRs.'
inputs:
github-token:
description: 'Github Token'
required: true
runs:
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 11ca29a

Please sign in to comment.