Replace DllImport and flags with CSWin32 & Remove useless DllImport and flags & Fix right Win key click issue #112
Workflow file for this run
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: Assign PR to creator | |
# Due to GitHub token limitation, only able to assign org members not authors from forks. | |
# https://github.com/thomaseizinger/assign-pr-creator-action/issues/3 | |
on: | |
pull_request: | |
types: [opened] | |
branches-ignore: | |
- l10n_dev | |
jobs: | |
automation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Assign PR to creator | |
uses: thomaseizinger/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |