Skip to content

Commit

Permalink
chore(temp): update .github config
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas committed Apr 24, 2024
1 parent 7fe9b89 commit 44385d4
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 93 deletions.
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

0 comments on commit 44385d4

Please sign in to comment.