Skip to content

Commit

Permalink
chore: clean github templates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Aug 6, 2024
1 parent 923cd6a commit 36b0cd9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 164 deletions.
88 changes: 0 additions & 88 deletions .github/ISSUE_TEMPLATE/bug_report.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/feature_request.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

7 changes: 4 additions & 3 deletions .github/workflows/auto-assign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
issues:
types: [opened]
pull_request:
types: [opened]
types: [opened, edited, synchronize, reopened]
jobs:
run:
runs-on: ubuntu-latest
Expand All @@ -15,5 +15,6 @@ jobs:
- name: 'auto-assign issue'
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.PAT_GITHUB }}
teams: devops-ia
repo-token: ${{ secrets.PAT_GITHUB }}
teams: devops-ia
removePreviousAssignees: true
2 changes: 1 addition & 1 deletion .github/workflows/check-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: steps.check_changes.outputs.version_changed == 'true'
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHB_PERSONAL_TOKEN }}
token: ${{ secrets.PAT_GITHUB }}
commit-message: "fix: bump OpenCTI version to ${{ steps.latest_version.outputs.latest_version }}"
signoff: true
branch: fix/upgrade-opencti-appversion-${{ steps.latest_version.outputs.latest_version }}
Expand Down

0 comments on commit 36b0cd9

Please sign in to comment.