Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: canonicalize repo #18

Merged
merged 2 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/.jira_sync_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# From https://github.com/canonical/gh-jira-sync-bot#client-side-configuration
settings:
jira_project_key: "IAM"
status_mapping:
opened: Untriaged
closed: done
components:
- Hydra
labels:
- bug
- enhancement
add_gh_comment: true
sync_description: true
sync_comments: true
epic_key: "IAM-471"
label_mapping:
enhancement: Story
bug: Bug
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @aeneasr
* @canonical/identity
8 changes: 0 additions & 8 deletions .github/FUNDING.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/auto_assign.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/config.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/pull_request_template.md

This file was deleted.

5 changes: 0 additions & 5 deletions .github/renovate.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- canonical

jobs:
milestone:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- main
- master
- canonical

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oidc-conformity-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "OpenID Connect Conformity Tests on Master Branch)"
on:
push:
branches:
- master
- canonical

jobs:
oidc-conformity:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/oidc-conformity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "OpenID Connect Conformity Tests"
on:
pull_request:
branches:
- master
- canonical

jobs:
oidc-conformity:
Expand All @@ -13,8 +13,8 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 2
repository: ory/hydra
ref: master
repository: canonical/hydra
ref: canonical
- uses: actions/setup-go@v2
with:
go-version: "1.21"
Expand Down
Loading
Loading