Removing workflows the support team doesn't need anymore

This commit is contained in:
Derrick Mehaffy 2024-08-15 10:00:01 -07:00
parent 53c32cda7b
commit cd8034302c
2 changed files with 0 additions and 41 deletions

View File

@ -1,18 +0,0 @@
name: Add bugs to bugs project
on:
issues:
types:
- opened
- transferred
permissions: {}
jobs:
add-to-project:
name: Add issue to Support Team project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/strapi/projects/15
github-token: ${{ secrets.PROJECT_TRANSFER_TOKEN }}

View File

@ -37,17 +37,6 @@ jobs:
Thank you!
# Support team auto assign
- name: 'Assign: add random solution engineer to reproduction issues'
if: "${{ github.event.label.name == 'status: pending reproduction' }}"
uses: actions-cool/issues-helper@v3
with:
actions: 'add-assignees'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
assignees: 'derrickmehaffy, kasonde, bolg55, dennism501'
random-to: 1
# v3 Legacy Issues
- name: 'Comment: unsupported v3 issues'
if: "${{ github.event.label.name == 'flag: v3-unsupported' }}"
@ -171,18 +160,6 @@ jobs:
issue-number: ${{ github.event.issue.number }}
close-reason: 'complete'
# Critical issue alerting
# - name: alert team to critical issue
# if: "${{ github.event.label.name == 'severity: critical' }}"
# uses: rtCamp/action-slack-notify@v2
# env:
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# SLACK_CHANNEL: crisis
# SLACK_COLOR: bad
# SLACK_TITLE: Issue marked as Critical!
# SLACK_USERNAME: Strapi-Alerts
# SLACK_FOOTER: Triggered by GitHub Actions
- name: assign issues to DevExp squad project
uses: actions/add-to-project@v0.4.1
with: