mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Create issue and not PR
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Check for new apps
|
||||
name: Check for new Revanced apps
|
||||
|
||||
on:
|
||||
schedule:
|
||||
@@ -16,9 +16,9 @@ jobs:
|
||||
- name: setup python
|
||||
uses: actions/setup-python@main
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
|
||||
- name: install python packages
|
||||
- name: Install Requirements
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
@@ -31,11 +31,11 @@ jobs:
|
||||
- name: Update Check
|
||||
run: echo "${{ steps.status.outputs.changelog }}"
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v5.0.2
|
||||
- name: Create Issue Action
|
||||
uses: nashmaniac/create-issue-action@v1.2
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
branch: revanced-update/status-check
|
||||
title: Revanced apps
|
||||
commit-message: revanced-app
|
||||
title: Revanced apps Status
|
||||
token: ${{secrets.GITHUB_TOKEN}}
|
||||
assignees: ${{ github.repository_owner }}
|
||||
labels: 💁new-app
|
||||
body: ${{ steps.status.outputs.changelog }}
|
||||
Reference in New Issue
Block a user