diff --git a/.github/disabled_workflows/needs-more-info-labeler.yml b/.github/disabled_workflows/needs-more-info-labeler.yml deleted file mode 100644 index 2476f59b7a5af20b431dd4d2ec426b17d9864b0e..0000000000000000000000000000000000000000 --- a/.github/disabled_workflows/needs-more-info-labeler.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Needs More Info Labeler -on: - issues: - types: [opened, edited] - -jobs: - main: - runs-on: ubuntu-latest - steps: - - name: Checkout Actions - uses: actions/checkout@v2 - with: - repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v22 - - name: Run Needs More Info Labeler - uses: ./needs-more-info-labeler - with: - token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}} - matcher: '\b(\d\.\d{2,3}\.\d|insiders?|1\.\d\d\d?)\b' - tags: feature_request_template - bots: vscodebot|vscode-triage-bot - comment: "Thanks for creating this issue! We detected it's missing some basic information, such as your VS Code and operating system versions, or in some other way doesn't follow our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines. Please take the time to review these guidelines and update the issue.\n\nThis comment will go away once sufficient information is included in your issue.\n\nHappy Coding!" - label: needs more info diff --git a/.github/workflows/author-verified.yml b/.github/workflows/author-verified.yml index 8824998e7898d8ed2d73bb99d4cd74e44eea87d8..7cf7941b7e8ef6c6206ee3bf14d2f3853483f68d 100644 --- a/.github/workflows/author-verified.yml +++ b/.github/workflows/author-verified.yml @@ -14,9 +14,12 @@ jobs: if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested') uses: actions/checkout@v2 with: - repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v22 + repository: 'microsoft/vscode-github-triage-actions' + ref: v1 path: ./actions + - name: Install Actions + if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested') + run: npm install --production --prefix ./actions - name: Checkout Repo if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested') uses: actions/checkout@v2 diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index f77020a58c4ce99e83be1ee64e340a6f6ccbf37d..b9f56e0e1935e4a48eeb01cadb620add1e2ee92f 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -12,8 +12,10 @@ jobs: - name: Checkout Actions uses: actions/checkout@v2 with: - repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v22 + repository: 'microsoft/vscode-github-triage-actions' + ref: v1 + - name: Install Actions + run: npm install --production - name: Run Commands uses: ./commands with: diff --git a/.github/workflows/copycat.yml b/.github/workflows/copycat.yml index 0e0d920207a054a381f212be1b00fd93d9618700..6fbbb57c6955a699a452e818ff41c201c61be292 100644 --- a/.github/workflows/copycat.yml +++ b/.github/workflows/copycat.yml @@ -10,8 +10,10 @@ jobs: - name: Checkout Actions uses: actions/checkout@v2 with: - repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v22 + repository: 'microsoft/vscode-github-triage-actions' + ref: v1 + - name: Install Actions + run: npm install --production - name: Run CopyCat (JacksonKearl/testissues) uses: ./copycat with: diff --git a/.github/workflows/feature-request.yml b/.github/workflows/feature-request.yml index 1ab4b131bbbc02b6cda55f56f7d53bbf206a0d2b..ad76a1853a1bcc5e2b86ba9e4efcc4f80e6aee50 100644 --- a/.github/workflows/feature-request.yml +++ b/.github/workflows/feature-request.yml @@ -14,8 +14,11 @@ jobs: if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request') uses: actions/checkout@v2 with: - repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v22 + repository: 'microsoft/vscode-github-triage-actions' + ref: v1 + - name: Install Actions + if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request') + run: npm install --production - name: Run Feature Request Manager if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request') uses: ./feature-request diff --git a/.github/workflows/locker.yml b/.github/workflows/locker.yml index c5c6370874d3fc8462a39654259a70d0ee803d03..9c20bb298511ca3f019ddb87e3669ccd9e422664 100644 --- a/.github/workflows/locker.yml +++ b/.github/workflows/locker.yml @@ -17,8 +17,10 @@ jobs: - name: Checkout Actions uses: actions/checkout@v2 with: - repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v22 + repository: 'microsoft/vscode-github-triage-actions' + ref: v1 + - name: Install Actions + run: npm install --production - name: Run Locker uses: ./locker with: diff --git a/.github/workflows/needs-more-info-closer.yml b/.github/workflows/needs-more-info-closer.yml index ff3c6d056fad41f3815ee5cf4daf1384d4072456..32cbd5e191f40c012910e87ae07a52e00408a095 100644 --- a/.github/workflows/needs-more-info-closer.yml +++ b/.github/workflows/needs-more-info-closer.yml @@ -11,8 +11,10 @@ jobs: - name: Checkout Actions uses: actions/checkout@v2 with: - repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v22 + repository: 'microsoft/vscode-github-triage-actions' + ref: v1 + - name: Install Actions + run: npm install --production - name: Run Needs More Info Closer uses: ./needs-more-info-closer with: diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index ccc91be0645c5216f1090b6b9f77f4d21825f586..0a89d9f4e99517791929ef07adeb5ddda5d497bf 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -10,8 +10,10 @@ jobs: - name: Checkout Actions uses: actions/checkout@v2 with: - repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v22 + repository: 'microsoft/vscode-github-triage-actions' + ref: v1 + - name: Install Actions + run: npm install --production - name: Run New Release uses: ./new-release with: diff --git a/.github/workflows/test-plan-item-validator.yml b/.github/workflows/test-plan-item-validator.yml index 52d3c1022ae2327f683829788171008d26698fa4..f58d54bfc98dca4258c2a9ffe297aaea4a42d98f 100644 --- a/.github/workflows/test-plan-item-validator.yml +++ b/.github/workflows/test-plan-item-validator.yml @@ -11,8 +11,11 @@ jobs: if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item') uses: actions/checkout@v2 with: - repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v22 + repository: 'microsoft/vscode-github-triage-actions' + ref: v1 + - name: Install Actions + if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item') + run: npm install --production - name: Run Test Plan Item Validator if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item') uses: ./test-plan-item-validator