[iOS] - Already a Brave Premium User button works only sometimes (uplift to 1.68.x) #5956
Workflow file for this run
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
name: Assign author | |
on: | |
pull_request: | |
types: [opened, reopened, closed] | |
permissions: | |
pull-requests: write | |
jobs: | |
assign: | |
name: Assign author | |
runs-on: ubuntu-latest | |
steps: | |
- uses: technote-space/assign-author@9558557c5c4816f38bd06176fbc324ba14bb3160 # v1.6.2 |