Skip to content

Just so you know, it thinks that 127W is 12.7W #2

Just so you know, it thinks that 127W is 12.7W

Just so you know, it thinks that 127W is 12.7W #2

Workflow file for this run

name: auto-assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Auto-assign issue
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{secrets.GITHUB_TOKEN}}
assignees: ctlcltd
numOfAssignee: 1