Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/prchecker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Add Size Label to PR
# This workflow is triggered every time a PR is changed(opened/closed or code modifed).
on:
pull_request

jobs:
build:
name: Add Size Label to PR
runs-on: ubuntu-latest
steps:
- name: Add Size Label to PR
uses: WizardOhio24/label-pr-size-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}