Skip to content

Commit

Permalink
chore: update .github config
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas committed Apr 26, 2024
1 parent 3976063 commit ce012f0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 320 deletions.
114 changes: 0 additions & 114 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml

This file was deleted.

117 changes: 0 additions & 117 deletions .github/ISSUE_TEMPLATE/DESIGN-DOC.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/oidc-conformity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: "1.21"
- name: Update fosite
run: |
go mod edit -replace github.com/ory/fosite=github.com/${{ github.event.pull_request.head.repo.full_name }}@${{ github.event.pull_request.head.sha }}
go mod edit -replace github.com/ory/fosite=github.com/canonical@${{ github.event.pull_request.head.sha }}
go mod tidy
- name: Start service
run: ./test/conformance/start.sh
Expand Down

0 comments on commit ce012f0

Please sign in to comment.