Pic2Cam is not working on Samsung Galaxy S9 Android 10 #17
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
on: | |
issues: | |
types: [opened] | |
name: Issues | |
jobs: | |
pr-assign-author: | |
name: Assign author to issue | |
runs-on: ubuntu-latest | |
steps: | |
- name: Assign author to issue | |
uses: technote-space/assign-author@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |