| 123456789101112131415161718192021 |
- # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
- name: Build
- on:
- workflow_dispatch:
- push:
- branches:
- - master
- jobs:
- pull_request:
- runs-on: ubuntu-latest
- steps:
- - name: Creates pull request
- uses: daemitus/DalamudPluginPR2@master
- with:
- token: ${{ secrets.PAT }}
- plugin_name: HuntBuddy
- project_path: HuntBuddy
- plugin_owners: SheepGoMeh, PrincessRTFM
|