Skip to content

Commit

Permalink
Dont Require ChangeSet for markdown changes (#143)
Browse files Browse the repository at this point in the history
* WIP what are the changes

* hmm should not be green

* quotes needed, echo better

* add odis id readme

* should this be done a different way?
view found files,

* any markdown or non markdown file

* cleanup

---------

Co-authored-by: Aaron <[email protected]>
  • Loading branch information
aaronmgdr and aaronmgdr authored Nov 2, 2023
1 parent f49f98e commit 55f7afd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/hip-buckets-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
7 changes: 4 additions & 3 deletions .github/workflows/social-connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- run: yarn run lint
- name: Dump GitHub context
# Use to debug github event and check user ids
if: true
if: false
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
Expand All @@ -160,11 +160,12 @@ jobs:
id: changes
uses: dorny/paths-filter@v2
with:
list-files: 'shell'
filters: |
markdown:
- added|deleted|modified: '*.md'
- added|deleted|modified: "((**/*.md)|(**.md))"
others:
- added|deleted|modified: "!('*.md')"
- added|deleted|modified: "!((**/*.md)|(**.md))"
- name: Find ChangeSet in PR
uses: peter-evans/find-comment@v2
id: fc
Expand Down
8 changes: 8 additions & 0 deletions packages/odis-identifiers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

# ODIS Identifiers

Contains identifier prefixes and hashing functions for ODIS

## Adding Identifiers

Open a PR adding the Prefix to [identifiers.ts](packages/odis-identifiers/src/identifiers.ts)

0 comments on commit 55f7afd

Please sign in to comment.