Merge pull request #241 from nikhilbadyal/new-app

🐛 Create issue and not PR
This commit is contained in:
Nikhil Badyal
2023-08-05 23:03:54 +05:30
committed by GitHub
@@ -1,4 +1,4 @@
name: Check for new apps name: Check for new Revanced apps
on: on:
schedule: schedule:
@@ -16,9 +16,9 @@ jobs:
- name: setup python - name: setup python
uses: actions/setup-python@main uses: actions/setup-python@main
with: with:
python-version: '3.10' python-version: '3.11'
- name: install python packages - name: Install Requirements
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
@@ -31,11 +31,11 @@ jobs:
- name: Update Check - name: Update Check
run: echo "${{ steps.status.outputs.changelog }}" run: echo "${{ steps.status.outputs.changelog }}"
- name: Create Pull Request - name: Create Issue Action
uses: peter-evans/create-pull-request@v5.0.2 uses: nashmaniac/create-issue-action@v1.2
with: with:
token: ${{ secrets.GH_TOKEN }} title: Revanced apps Status
branch: revanced-update/status-check token: ${{secrets.GITHUB_TOKEN}}
title: Revanced apps assignees: ${{ github.repository_owner }}
commit-message: revanced-app labels: 💁‍new-app
body: ${{ steps.status.outputs.changelog }} body: ${{ steps.status.outputs.changelog }}