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

Enable auto-author-assign for issue / Format yaml files #81

Merged
merged 2 commits into from
Jul 29, 2022

Conversation

toshimaru
Copy link
Owner

@toshimaru toshimaru commented Jul 29, 2022

toshimaru and others added 2 commits July 29, 2022 10:02
- 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 <seunggab.kim@bucketplace.net>
@toshimaru toshimaru changed the title Enable auto-author-assign for issue Enable auto-author-assign for issue / Format yaml files Jul 29, 2022
@toshimaru toshimaru merged commit faeb58e into main Jul 29, 2022
@toshimaru toshimaru deleted the enable-ci-for-issue branch July 29, 2022 01:17
@seunggabi
Copy link
Contributor

seunggabi commented Jul 29, 2022

🥇

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