Skip to content

chore(deps): bump actions/checkout from 3 to 4 #64

chore(deps): bump actions/checkout from 3 to 4

chore(deps): bump actions/checkout from 3 to 4 #64

Workflow file for this run

---
name: pr
"on":
pull_request:
jobs:
update-metadata:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: pascalgn/size-label-action@v0.5.0
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
IGNORED: "Cargo.lock"
INPUT_SIZES: >
{
"0": "XS",
"30": "S",
"100": "M",
"250": "L",
"500": "XL",
"1000": "XXL",
"1500": "OHLAWDHECOMIN"
}
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"