ep_author_hover 0.3.54 → 0.3.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,19 +7,8 @@ on: [push]
7
7
  jobs:
8
8
  test:
9
9
  runs-on: ubuntu-latest
10
-
10
+ if: ${{ github.actor != 'dependabot[bot]' }}
11
11
  steps:
12
- -
13
- name: Fail if Dependabot
14
- if: github.actor == 'dependabot[bot]'
15
- run: |
16
- cat <<EOF >&2
17
- Frontend tests skipped because Dependabot can't access secrets.
18
- Manually re-run the jobs to run the frontend tests.
19
- For more information, see:
20
- https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/
21
- EOF
22
- exit 1
23
12
  -
24
13
  name: Generate Sauce Labs strings
25
14
  id: sauce_strings
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "name": "ep_author_hover",
8
8
  "description": "Adds author names to span titles (shows on hover), works as authors change their name. Hover includes author color and fast switching between author spans. Hat tip to Martyn York for the initial work on this.",
9
- "version": "0.3.54",
9
+ "version": "0.3.55",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "git@github.com:JohnMcLear/ep_author_hover.git"