-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Conversation
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
seunggabi
force-pushed
the
refactor/#78_quotation
branch
from
July 21, 2022 16:40
6d25fb9
to
7135a37
Compare
seunggabi
force-pushed
the
refactor/#78_quotation
branch
from
July 21, 2022 16:47
59f4575
to
852d405
Compare
seunggabi
changed the title
(#78) refactor: remove quotation
yaml: no quotation; src: same quotation; issues: add auto auther assign #78
Jul 21, 2022
toshimaru
reviewed
Jul 26, 2022
seunggabi
force-pushed
the
refactor/#78_quotation
branch
4 times, most recently
from
July 26, 2022 17:16
4632b27
to
4685dd0
Compare
seunggabi
force-pushed
the
refactor/#78_quotation
branch
from
July 26, 2022 17:19
4685dd0
to
59a9c6e
Compare
seunggabi
force-pushed
the
refactor/#78_quotation
branch
2 times, most recently
from
July 26, 2022 17:24
a89430c
to
f1b7887
Compare
…to-author-assign into refactor/#78_quotation
seunggabi
force-pushed
the
refactor/#78_quotation
branch
from
July 26, 2022 17:26
f1b7887
to
0cbd346
Compare
seunggabi
commented
Jul 26, 2022
toshimaru
approved these changes
Jul 27, 2022
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#78