diff --git a/.github/new_release.yml b/.github/new_release.yml deleted file mode 100644 index 7482b60b108eabaa12300fd8479bcce4e5b8223c..0000000000000000000000000000000000000000 --- a/.github/new_release.yml +++ /dev/null @@ -1,6 +0,0 @@ -{ - newReleaseLabel: 'new release', - newReleaseColor: '006b75', - daysAfterRelease: 5, - perform: true -} diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 29de251c73e2af7d40a48b8ffbdc741a261b2b12..757d7125e6057eb2efaf9792c0479fc0fa8adcaf 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v9 + ref: v10 - name: Run Commands uses: ./commands with: diff --git a/.github/workflows/copycat.yml b/.github/workflows/copycat.yml index b31f48b8ba2d6077fd4a5acf081d383c2a08178a..b9789517400f1c7ef1414dba1d49dfcf5ea9091e 100644 --- a/.github/workflows/copycat.yml +++ b/.github/workflows/copycat.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v9 + ref: v10 - name: Run CopyCat (JacksonKearl/testissues) uses: ./copycat with: diff --git a/.github/workflows/locker.yml b/.github/workflows/locker.yml index e1a2688f11bbd6e5f18fdce4892fe4b0e77e27ca..babb797cada31f57359eb9d18fc891181a956c0c 100644 --- a/.github/workflows/locker.yml +++ b/.github/workflows/locker.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v9 + ref: v10 - name: Run Locker uses: ./locker with: diff --git a/.github/workflows/needs-version-info.yml b/.github/workflows/needs-version-info.yml index d420be93f101187cdfe486be44dba2bc925af2fd..c12079fe4f1eda009e08179f00649a0d29b7d2ad 100644 --- a/.github/workflows/needs-version-info.yml +++ b/.github/workflows/needs-version-info.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v9 + ref: v10 - name: Run Needs Version Info uses: ./needs-more-info with: diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml new file mode 100644 index 0000000000000000000000000000000000000000..e32d7a66ef0dbac58ad9d66d2fca67d5f7bbabbf --- /dev/null +++ b/.github/workflows/new-release.yml @@ -0,0 +1,22 @@ +name: New Release +on: + issues: + types: [opened] + +jobs: + main: + runs-on: ubuntu-latest + steps: + - name: Checkout Actions + uses: actions/checkout@v2 + with: + repository: 'JacksonKearl/vscode-triage-github-actions' + ref: v10 + - name: Run New Release + uses: ./new-release + with: + token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}} + label: new release + labelColor: "006b75" + labelDescription: Issues found in a recent release of VS Code + days: 5