mirror of
https://github.com/faroukbmiled/RyukGram.git
synced 2026-07-26 14:10:55 +02:00
modded scinsta with additional features and fixes for recent instagram version
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name: PR assignment
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, reopened]
|
||||
|
||||
jobs:
|
||||
auto-assign:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: 'Auto-assign PR'
|
||||
uses: pozil/auto-assign-issue@v1
|
||||
with:
|
||||
assignees: faroukbmiled
|
||||
allowNoAssignees: true
|
||||
Reference in New Issue
Block a user