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(ci): reworked ignoring files logic; #6079

Merged
merged 70 commits into from Nov 14, 2023
Merged
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
3f2f496
chore(ci): Add release-it script;
DigitalBrainJS Dec 10, 2022
1bfc41b
Merge branch 'chore/release-it' into v1.x
DigitalBrainJS Dec 10, 2022
acaf0f4
Merge branch 'v1.x' of https://github.com/axios/axios into v1.x
DigitalBrainJS Dec 15, 2022
8a5de86
Merge branch 'v1.x' of https://github.com/axios/axios into v1.x
DigitalBrainJS Dec 15, 2022
cff9271
Merge branch 'v1.x' of https://github.com/axios/axios into v1.x
DigitalBrainJS Dec 17, 2022
67afe20
Merge branch 'v1.x' of https://github.com/axios/axios into v1.x
DigitalBrainJS Dec 19, 2022
5098f4e
fix(utils): redesigned logic for obtaining the global link;;
DigitalBrainJS Dec 19, 2022
502b45e
chore(git): updated .gitignore;
DigitalBrainJS Dec 19, 2022
6a00117
chore(git): fix husky prepare script;
DigitalBrainJS Dec 19, 2022
e348973
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Dec 19, 2022
4ac677a
chore(github): reworked npm release action step;
DigitalBrainJS Dec 20, 2022
3422dbb
chore(ci): add CHANGELOG.md contributors section generator;
DigitalBrainJS Dec 20, 2022
d42e790
chore(deps): add `auto-changelog` to package.json;
DigitalBrainJS Dec 20, 2022
1358105
chore(ci): improved logging for contributors section generator;
DigitalBrainJS Dec 20, 2022
8134adb
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Dec 20, 2022
ef8e403
chore(changelog): fix automatic contributors resolving;
DigitalBrainJS Dec 23, 2022
0b8a5ab
Merge branch 'v1.x' into fix/ci
DigitalBrainJS Dec 23, 2022
c5ad104
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Dec 25, 2022
bc589f6
chore(ci): set `conventional-changelog` header config;
DigitalBrainJS Dec 25, 2022
f2d025d
Merge remote-tracking branch 'origin/fix/ci' into fix/ci
DigitalBrainJS Dec 25, 2022
cb5ce7f
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Jan 5, 2023
e96428a
chore(ci): add an action to create a release PR;
DigitalBrainJS Jan 5, 2023
e3b2e1b
chore(ci): updated release-it config;
DigitalBrainJS Jan 6, 2023
a6a15c3
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Jan 6, 2023
0db21bd
chore(ci): add authorization token for GitHub API requests;
DigitalBrainJS Jan 6, 2023
c80e1fd
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Jan 6, 2023
8e967ad
chore(ci): improved contributors list generator;
DigitalBrainJS Jan 7, 2023
2188fb3
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Jan 7, 2023
1ffbd1c
chore(ci): updated `release-it` config;
DigitalBrainJS Jan 7, 2023
fc9e03f
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Jan 7, 2023
a3ded66
chore(ci): added commit message config;
DigitalBrainJS Jan 7, 2023
836b68f
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Jan 7, 2023
b0cb7ce
chore(ci): added step of generating a list of contributors;
DigitalBrainJS Jan 7, 2023
066d792
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Jan 7, 2023
bb6e6aa
chore(ci): improved logging;
DigitalBrainJS Jan 7, 2023
6f48aae
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Jan 8, 2023
f4bb979
chore(ci): improved contributors & PRs sections generator;
DigitalBrainJS Jan 9, 2023
8be646c
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Jan 9, 2023
a5d522f
chore(ci): fixed error in generating changelog with unnecessary space…
DigitalBrainJS Jan 9, 2023
7bd349d
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Jan 9, 2023
580e329
chore(ci): added an action to make GitHub & NPM releases when merging…
DigitalBrainJS Jan 9, 2023
e158270
chore(ci): enabled npm publishing;
DigitalBrainJS Jan 10, 2023
eff2327
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Jan 10, 2023
065d3f7
chore(ci): removed test step from `preversion` script to avoid double…
DigitalBrainJS Jan 10, 2023
283f884
chore(ci): fixed `publish` action;
DigitalBrainJS Jan 15, 2023
c0129c4
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Jan 15, 2023
6957e40
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Jan 30, 2023
e760bcd
chore(ci): add git status echo;
DigitalBrainJS Jan 30, 2023
0de9db1
Merge branch 'v1.x' into fix/ci
DigitalBrainJS Jan 30, 2023
87de8f4
chore(ci): add git diff echo;
DigitalBrainJS Jan 31, 2023
0182e55
Merge remote-tracking branch 'origin/fix/ci' into fix/ci
DigitalBrainJS Jan 31, 2023
f8afae9
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Jan 31, 2023
5951f79
chore(ci): prepare `package-lock.json` for commit in build stage;
DigitalBrainJS Jan 31, 2023
7dbcd52
Merge branch 'v1.x' into fix/ci
DigitalBrainJS Jan 31, 2023
d21d71d
chore(ci): change `release-it` git config;
DigitalBrainJS Jan 31, 2023
6193d13
Merge remote-tracking branch 'origin/fix/ci' into fix/ci
DigitalBrainJS Jan 31, 2023
79d3758
Merge branch 'v1.x' into fix/ci
DigitalBrainJS Jan 31, 2023
38564c9
chore(ci): fixed contributors avatar rendering for CHANGELOG.md;
DigitalBrainJS Jan 31, 2023
3a7aa95
Merge remote-tracking branch 'origin/fix/ci' into fix/ci
DigitalBrainJS Jan 31, 2023
76b82cf
Merge branch 'v1.x' into fix/ci
DigitalBrainJS Jan 31, 2023
fb589a9
chore(ci): increased jasmine DEFAULT_TIMEOUT_INTERVAL;
DigitalBrainJS Jan 31, 2023
8e30e15
Merge remote-tracking branch 'origin/fix/ci' into fix/ci
DigitalBrainJS Jan 31, 2023
a69a4c6
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Feb 22, 2023
f072dfd
chore(ci): remove `team-reviewers` config;
DigitalBrainJS Feb 22, 2023
49d1dcb
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Oct 26, 2023
ae85cd9
chore(ci): fix release-it arg;
DigitalBrainJS Oct 26, 2023
a610665
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Nov 14, 2023
24e595b
chore(ci): add paths-ignore config to testing action;
DigitalBrainJS Nov 14, 2023
babd84a
chore(ci): reworked ignoring files logic;
DigitalBrainJS Nov 14, 2023
0a8d986
Merge branch 'v1.x' into fix/ci
DigitalBrainJS Nov 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 23 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -28,11 +28,33 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
persist-credentials: true
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v40
- name: List all changed files
run: |
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file was changed"
done
- name: Check changes
id: changed-ignored
uses: tj-actions/changed-files@v40
with:
files: |
**.md
sandbox/**
examples/**
.github/**
templates/**
bin/**
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
if: steps.changed-ignored.outputs.only_modified == 'false'
- run: npm ci
if: steps.changed-ignored.outputs.only_modified == 'false'
- run: npm test
if: steps.changed-ignored.outputs.only_modified == 'false'