mirror of
https://github.com/strapi/strapi.git
synced 2025-11-08 22:32:02 +00:00
Removing workflows the support team doesn't need anymore
This commit is contained in:
parent
53c32cda7b
commit
cd8034302c
18
.github/workflows/addToProject.yml
vendored
18
.github/workflows/addToProject.yml
vendored
@ -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 }}
|
||||
23
.github/workflows/issues_handleLabel.yml
vendored
23
.github/workflows/issues_handleLabel.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user