bug: Too much whitespace in y axis in visualization tab #124
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Assigner | |
on: | |
issues: | |
types: [opened, edited] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v4 | |
- name: Assign issue | |
uses: actions/github-script@v7 | |
with: | |
script: | | |
const script = require('./\.github/scripts/auto-assignment.js') | |
script({github, context}) |