Skip to content

Fix wheel jitter and responsivness (try to add some logic for bad wheels that send out weird inputs sometimes too) #23

Fix wheel jitter and responsivness (try to add some logic for bad wheels that send out weird inputs sometimes too)

Fix wheel jitter and responsivness (try to add some logic for bad wheels that send out weird inputs sometimes too) #23

on:
issues:
types: [opened, reopened]
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate-token
uses: actions/create-github-app-token@v1.11.0
with:
app-id: ${{ vars.NOCTURNE_BOT_APP_ID }}
private-key: ${{ secrets.NOCTURNE_BOT_PRIVATE_KEY }}
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/usenocturne/projects/1
github-token: ${{ steps.generate-token.outputs.token }}