Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yaml: no quotation; src: same quotation; issues: add auto auther assign #78 #79

Merged
merged 14 commits into from
Jul 27, 2022

Conversation

seunggabi
Copy link
Contributor

#78

@seunggabi seunggabi changed the title (#78) refactor: remove quotation yaml: no quotation; src: same quotation; issues: add auto auther assign #78 Jul 21, 2022
.gitignore Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@seunggabi seunggabi force-pushed the refactor/#78_quotation branch 4 times, most recently from 4632b27 to 4685dd0 Compare July 26, 2022 17:16
@seunggabi seunggabi force-pushed the refactor/#78_quotation branch 2 times, most recently from a89430c to f1b7887 Compare July 26, 2022 17:24
CHANGELOG.md Show resolved Hide resolved
@seunggabi seunggabi requested a review from toshimaru July 26, 2022 17:27
@toshimaru toshimaru merged commit a692d30 into toshimaru:main Jul 27, 2022
@toshimaru
Copy link
Owner

just released v1.6.0 as a pre-version.

https://github.com/toshimaru/auto-author-assign/releases/tag/v1.6.0

toshimaru added a commit that referenced this pull request Jul 29, 2022
- Omit quotation
- Consistent indent

```
name: Pull request labeler
on: [ pull_request_target ]

permissions:
  contents: read
  pull-requests: write

jobs:
  triage:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/labeler@v4
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
```

from. https://docs.github.com/en/actions/security-guides/automatic-token-authentication#example-1-passing-the-github_token-as-an-input

This change is originally suggested in #79 by @seunggabi

Co-Authored-By: Seunggabi Kim <[email protected]>
@seunggabi seunggabi deleted the refactor/#78_quotation branch July 29, 2022 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants