feat(auth): move authentication to native Android plugin with encrypted storage #138
This file contains hidden or 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: Add Pull Requests Labels | |
| on: | |
| pull_request_target: | |
| types: [opened, closed, ready_for_review] | |
| jobs: | |
| add-labels: | |
| timeout-minutes: 5 | |
| runs-on: ubuntu-latest | |
| if: github.event.action == 'opened' | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| - uses: actions/labeler@v6 |