Customize template
parent
48a4d2f1c8
commit
d9e97819de
|
@ -1,3 +1,10 @@
|
|||
version: "{build}-{branch}"
|
||||
branches:
|
||||
except:
|
||||
- gh-pages
|
||||
build: off
|
||||
deploy: off
|
||||
clone_depth: 2
|
||||
skip_commits:
|
||||
files:
|
||||
- '**/*.md'
|
||||
|
@ -6,7 +13,6 @@ cache:
|
|||
- '%USERPROFILE%\Documents\WindowsPowerShell\Modules -> .appveyor.yml'
|
||||
matrix:
|
||||
fast_finish: true
|
||||
build: 'off'
|
||||
image: Visual Studio 2019
|
||||
environment:
|
||||
SCOOP: C:\projects\scoop
|
||||
|
|
|
@ -1 +1 @@
|
|||
* @Ash258
|
||||
* @earnestma
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
---
|
||||
name: Hash check fail
|
||||
about: Installation failed due to hash check.
|
||||
title: '%%manifest%%@%%version%%: Hash check failed'
|
||||
title: '%%manifestName%%@%%version%%: Hash check failed'
|
||||
---
|
||||
|
||||
<!-- Replace title placeholders with proper information -->
|
||||
<!-- Copy terminal output and paste it into code fence block -->
|
||||
1. Please replace the title placeholders with information.
|
||||
2. If needed, copy terminal output and paste it into code fence block.
|
||||
3. Delete these 3 steps :)
|
||||
|
||||
```powershell
|
||||
|
||||
|
|
|
@ -5,14 +5,14 @@ title: '[Request] Add %%applicationName%%'
|
|||
labels: request, help wanted
|
||||
---
|
||||
|
||||
<!-- Adjust prefilled title with correct name of application -->
|
||||
<!-- Please provide following information: -->
|
||||
Please keep in mind that this is my personal bucket and I likely will not add things I don't use. Please fill out the title and include relevant information below!
|
||||
|
||||
- **URL to application**: <>
|
||||
- **Latest version**:
|
||||
- **Graphical interface**: Yes/No
|
||||
- **Portable version**: Yes/No <!-- if Yes please specify if portable mode needs to be enabled and list files/folders needed to be handled on update -->
|
||||
- **Portable version**: Yes/No *(if yes, please specify if portable mode needs to be enabled and list files/folders needed to be handled on update)*
|
||||
|
||||
<!-- Is there anything else contributors need to know? -->
|
||||
<!-- Files, folders to persist across updates -->
|
||||
<!-- Installation requirements -->
|
||||
<!-- ... -->
|
||||
Is there anything else contributors need to know?
|
||||
|
||||
- Files, folders to persist across updates
|
||||
- Installation requirements
|
||||
|
|
|
@ -5,12 +5,12 @@ name: Commented Pull Request
|
|||
jobs:
|
||||
pullRequestHandler:
|
||||
name: Pull Request Validator
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: Pull Request Validation
|
||||
uses: Ash258/Scoop-GithubActions@stable
|
||||
uses: Ash258/Scoop-GithubActions@stable-win
|
||||
if: startsWith(github.event.comment.body, '/verify')
|
||||
env:
|
||||
GITH_EMAIL: youremail@email.com
|
||||
GITH_EMAIL: earnestma@hotmail.com
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@ -4,13 +4,13 @@ on:
|
|||
name: Issues
|
||||
jobs:
|
||||
issueHandler:
|
||||
runs-on: ubuntu-latest
|
||||
name: Issue Verification
|
||||
name: Issue Handler
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: Verify Issue
|
||||
uses: Ash258/Scoop-GithubActions@stable
|
||||
- name: Issue Handler
|
||||
uses: Ash258/Scoop-GithubActions@stable-win
|
||||
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
|
||||
env:
|
||||
GITH_EMAIL: youremail@email.com
|
||||
GITH_EMAIL: earnestma@hotmail.com
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@ -8,8 +8,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: Pull Request Validation
|
||||
uses: Ash258/Scoop-GithubActions@stable
|
||||
- name: Pull Request Validator
|
||||
uses: Ash258/Scoop-GithubActions@stable-win
|
||||
env:
|
||||
GITH_EMAIL: youremail@email.com
|
||||
GITH_EMAIL: earnestma@hotmail.com
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
name: Excavator
|
||||
jobs:
|
||||
excavate:
|
||||
name: Excavator
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: Excavate
|
||||
uses: Ash258/Scoop-GithubActions@stable
|
||||
env:
|
||||
GITH_EMAIL: youremail@email.com
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SKIP_UPDATED: '1'
|
||||
# I will look into this more later.
|
||||
#on:
|
||||
# schedule:
|
||||
# - cron: '*/30 * * * *'
|
||||
#name: Excavator
|
||||
#obs:
|
||||
# excavate:
|
||||
# name: Excavator
|
||||
# runs-on: windows-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@main
|
||||
# - name: Excavator
|
||||
# uses: Ash258/Scoop-GithubActions@stable-win
|
||||
# env:
|
||||
# GITH_EMAIL: earnestma@hotmail.com
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# SKIP_UPDATED: '1'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/checkver*
|
||||
/.cache/
|
||||
/.vagrant/
|
||||
/.earne/
|
||||
*.ignore
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# Scoop %%BUCKET_NAME%% Bucket %%SAMPLE_MARKDOWN_BADGE_CODE%%
|
||||
|
||||
`scoop bucket add %%NICE_NAME_TO_BE_SHOWN_TO_USER%% '%%HTTPS_GITHUB_REPOSITORY_URL.git%%'`
|
Loading…
Reference in New Issue