diff --git a/.github/workflows/pr-conventional-commit-validation.yml b/.github/workflows/pr-conventional-commit-validation.yml deleted file mode 100644 index f9fad99..0000000 --- a/.github/workflows/pr-conventional-commit-validation.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: PR Conventional Commit Validation - -on: - pull_request: - types: [opened, synchronize, reopened, edited] - -permissions: write-all - -jobs: - validate-pr-title: - runs-on: ubuntu-latest - steps: - - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@1.5.1 - with: - task_types: '["feat","fix","docs","test","build","ci","refactor","perf","chore","revert"]' - custom_labels: '{"feat": "feature", "fix": "fix", "docs": "documentation", "test": "test", "build": "build", "ci": "CI/CD", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert", "wip": "WIP"}' - add_scope_label: 'true' \ No newline at end of file diff --git a/import.go b/import.go index 8bdda5c..36d3d43 100644 --- a/import.go +++ b/import.go @@ -223,6 +223,8 @@ func subscribeInboxAndChat(ctx context.Context) { break } + log.Println("This change should be fine") + switch ev.Kind { case nostr.KindTextNote: log.Println("📰 new note in your inbox")